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

Method GetStreamEngine

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

Source from the content-addressed store, hash-verified

132 ICryFont *GetICryFont(){ return m_pICryFont; }
133 ILog *GetILog(){ return m_pLog; }
134 IStreamEngine *GetStreamEngine() {return m_pStreamEngine;}
135 CLUADbg *GetLuaDebugger() { return m_pLuaDebugger; }
136 IValidator *GetIValidator() { return m_pValidator; };
137 IFrameProfileSystem* GetIProfileSystem() { return &m_FrameProfileSystem; }

Callers 11

g_InitInterfacesFunction · 0.80
DoCompressionMethod · 0.80
CSoundSystemMethod · 0.80
LoadFromCacheMethod · 0.80
LoadMethod · 0.80
RunGameFunction · 0.80
UpdateLoadingScreenMethod · 0.80
InitMethod · 0.80
LoadLevelCSMethod · 0.80
LoadLevelCommonMethod · 0.80
StreamCCGFMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected