MCPcopy Create free account
hub / github.com/StrongPC123/Far-Cry-1-Source-Full / GetParam

Method GetParam

CryCommon/IScriptSystem.h:602–602  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

600 virtual bool GetParam(int nIdx, const char * &s) = 0;
601#if defined(WIN64) || defined(LINUX)
602 inline bool GetParam(int nIdx, char * &s) {return GetParam(nIdx, (const char*&)s);}
603#endif
604#if defined(WIN64) || defined(LINUX64)
605 virtual bool GetParam(int nIdx, INT_PTR &n) = 0; //## AMD Port

Callers 2

SetThunkMethod · 0.45
GetThunkMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected