Definitions of functions, types and variables.
Create an instance of the Animation System
CRYANIMATION_API ICharacterManager * CreateCharManager(ISystem* pSystem, const char * szInterfaceVersion = gAnimInterfaceVersion);
ICryAnimation.h
| 
 
Parameters   | 
 
Description   | 
| 
 
const char * szInterfaceVersion = gAnimInterfaceVersion   | 
 
String version of with the build date   | 
| 
 
ISystem   | 
 
Pointer to the current ISystem instance   | 
Create an instance of the Animation System. It should usually be called by ISystem::InitAnimationSystem().
ICharacterManager, ICharacterManager::Release
typedef ICharacterManager * (* PFNCREATECRYANIMATION)(ISystem * pSystem,const char * szInterfaceVersion);
ICryAnimation.h
CreateCryAnimation function type definition.
const float FACIAL_EDITOR_FPS = 30.0f;
IFacialAnimation.h
const char gAnimInterfaceVersion[64] = __TIMESTAMP__;
ICryAnimation.h
Experimental way to track interface version. This value will be compared with value passed from system module