Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
79
void CScriptObject::Attach()
80
{
81
m_bAttached = true;
82
Detach();
83
lua_xref(m_pLS,m_nRef);
84
}
85
86
87
void CScriptObject::Recreate()
Callers
9
_SmartScriptObject
Method · 0.45
GetLocalVariables
Method · 0.45
EndCall
Method · 0.45
GetGlobalObject
Method · 0.45
GetGlobalValue
Method · 0.45
GetValueChain
Method · 0.45
GetAt
Method · 0.45
GetCurrent
Method · 0.45
GetParam
Method · 0.45
Calls
3
lua_xref
Function · 0.85
lua_xgetref
Function · 0.85
GetRef
Method · 0.80
Tested by
no test coverage detected