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

Method Attach

CryScriptSystem/ScriptObject.cpp:79–84  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

77
78
79void CScriptObject::Attach()
80{
81 m_bAttached = true;
82 Detach();
83 lua_xref(m_pLS,m_nRef);
84}
85
86
87void CScriptObject::Recreate()

Callers 9

_SmartScriptObjectMethod · 0.45
GetLocalVariablesMethod · 0.45
EndCallMethod · 0.45
GetGlobalObjectMethod · 0.45
GetGlobalValueMethod · 0.45
GetValueChainMethod · 0.45
GetAtMethod · 0.45
GetCurrentMethod · 0.45
GetParamMethod · 0.45

Calls 3

lua_xrefFunction · 0.85
lua_xgetrefFunction · 0.85
GetRefMethod · 0.80

Tested by

no test coverage detected