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

Method GetUDValue

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

# AMD Port ifdef WIN64

Source from the content-addressed store, hash-verified

421 virtual bool GetUDValue(const char *sKey, USER_DATA &nValue, int &nCookie) = 0; //## AMD Port
422//#ifdef WIN64
423 inline bool GetUDValue(const char *sKey, INT_PTR &nValue, int &nCookie){return GetUDValue(sKey, (USER_DATA&)nValue, nCookie);} //## AMD Port
424//#endif
425 //! used to create a hash value out of a lua function (for cheat protection)
426 virtual bool GetFuncData(const char *sKey, unsigned int * &pCode, int &iSize) = 0;

Callers 3

InsertPropertyMethod · 0.45
SetThunkMethod · 0.45
GetThunkMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected