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

Method GetIScriptSystem

CrySystem/System.h:122–122  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

120 ICryPak *GetIPak(){ return m_pIPak; }
121 IConsole *GetIConsole();
122 IScriptSystem *GetIScriptSystem(){ return m_pScriptSystem; }
123 I3DEngine *GetI3DEngine(){ return m_pI3DEngine; }
124 ICryCharManager *GetIAnimationSystem() {return m_pICryCharManager;}
125 ISoundSystem *GetISoundSystem(){ return m_pISound; }

Callers 15

CryNetwork.cppFile · 0.45
ASEQuery_wantrulesFunction · 0.45
ASEQuery_wantplayersFunction · 0.45
SetScriptValueMethod · 0.45
EAXPresetMgr.cppFile · 0.45
OnScriptCompileScriptMethod · 0.45
LoadMethod · 0.45
UpdateParameterMethod · 0.45
InitGameMethod · 0.45
LoadMethod · 0.45
OnResetMethod · 0.45
ReloadScriptMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected