MCPcopy Create free account
hub / github.com/MergHQ/CRYENGINE / GetScriptSystem

Method GetScriptSystem

Code/CryEngine/CryScriptSystem/ScriptTable.cpp:19–22  ·  view source on GitHub ↗

/////////////////////////////////////////////////////////////////////

Source from the content-addressed store, hash-verified

17
18//////////////////////////////////////////////////////////////////////////
19IScriptSystem* CScriptTable::GetScriptSystem() const
20{
21 return m_pSS;
22};
23
24//////////////////////////////////////////////////////////////////////////
25int CScriptTable::GetRef()

Callers 15

SetUnitClassMethod · 0.45
SerializeScriptAIMethod · 0.45
PerformUsableTestMethod · 0.45
SerializeMethod · 0.45
CallOnSpawnCompleteMethod · 0.45
BuildDispatchTableMethod · 0.45
BuildSynchTableMethod · 0.45
SetupEntityMethod · 0.45
SerializeScriptMethod · 0.45
OnInitClientMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected