Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
44
THIS_PTR CFunctionHandler::GetThis()
45
{
46
if(!lua_istable(m_pLS,1))return NULL;
47
return lua_getnativedata(m_pLS,1);
48
}
49
50
int CFunctionHandler::GetFunctionID()
51
{
Callers
3
FuncThunk
Method · 0.80
SetThunk
Method · 0.80
GetThunk
Method · 0.80
Calls
1
lua_getnativedata
Function · 0.85
Tested by
no test coverage detected