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

Method GetIAnimationSystem

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

Source from the content-addressed store, hash-verified

122 IScriptSystem *GetIScriptSystem(){ return m_pScriptSystem; }
123 I3DEngine *GetI3DEngine(){ return m_pI3DEngine; }
124 ICryCharManager *GetIAnimationSystem() {return m_pICryCharManager;}
125 ISoundSystem *GetISoundSystem(){ return m_pISound; }
126 IMusicSystem *GetIMusicSystem(){ return m_pIMusic; }
127 IPhysicalWorld *GetIPhysicalWorld(){ return m_pIPhysicalWorld;}

Callers 15

OnCreateMethod · 0.80
OnScriptCompileScriptMethod · 0.80
CPreviewModelCtrlMethod · 0.80
getAnimationManagerMethod · 0.80
LoadCharacterMethod · 0.80
ShutDownMethod · 0.80
CreateBoidsMethod · 0.80
ResetMethod · 0.80
InitModelsMethod · 0.80
LoadModelMethod · 0.80
ReleaseModelMethod · 0.80
LoadMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected