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

Method __Attach

CryScriptSystem/FunctionHandler.cpp:31–37  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

29}
30
31void CFunctionHandler::__Attach(HSCRIPT hScript)
32{
33 m_pLS=(lua_State *)hScript;
34 //m_nFunctionID = static_cast<int>(lua_tonumber(m_pLS,-2));
35 //m_pThisPtr=lua_touserdata(m_pLS,-1);
36 //lua_pop(m_pLS, 2);
37}
38
39/*THIS_PTR CFunctionHandler::GetThis()
40{

Callers 3

FuncThunkMethod · 0.80
SetThunkMethod · 0.80
GetThunkMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected