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

Method GetThis

CryScriptSystem/FunctionHandler.cpp:44–48  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

42}*/
43
44THIS_PTR CFunctionHandler::GetThis()
45{
46 if(!lua_istable(m_pLS,1))return NULL;
47 return lua_getnativedata(m_pLS,1);
48}
49
50int CFunctionHandler::GetFunctionID()
51{

Callers 3

FuncThunkMethod · 0.80
SetThunkMethod · 0.80
GetThunkMethod · 0.80

Calls 1

lua_getnativedataFunction · 0.85

Tested by

no test coverage detected