# AMD Port ifdef WIN64
| 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; |
no outgoing calls
no test coverage detected