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

Function GetISystem

CryScriptSystem/ScriptSystem.cpp:1759–1762  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1757// Pointer to Global ISystem.
1758static ISystem* gISystem = 0;
1759ISystem* GetISystem()
1760{
1761 return gISystem;
1762}
1763//////////////////////////////////////////////////////////////////////////
1764
1765//////////////////////////////////////////////////////////////////////

Callers 15

CryPakOpenFunction · 0.70
CryPakCloseFunction · 0.70
CryPakFFlushFunction · 0.70
CryPakFGetsFunction · 0.70
CryPakUngetcFunction · 0.70
CryPakGetcFunction · 0.70
CryPakFScanfFunction · 0.70
CryPakFSeekFunction · 0.70
CryPakFPrintfFunction · 0.70
CryPakFReadFunction · 0.70
CryPakFWriteFunction · 0.70
CryPakFEofFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected