Animation_System_Definitions

Definitions of functions, types and variables.

CreateCharManager Function

Create an instance of the Animation System

C++
CRYANIMATION_API ICharacterManager * CreateCharManager(ISystem* pSystem, const char * szInterfaceVersion = gAnimInterfaceVersion);
File

ICryAnimation.h

Parameters
Parameters
Description
const char * szInterfaceVersion = gAnimInterfaceVersion
String version of with the build date
ISystem
Pointer to the current ISystem instance
Description

Create an instance of the Animation System. It should usually be called by ISystem::InitAnimationSystem().

See Also

ICharacterManager, ICharacterManager::Release

PFNCREATECRYANIMATION Type
C++
typedef ICharacterManager * (* PFNCREATECRYANIMATION)(ISystem * pSystem,const char * szInterfaceVersion);
File

ICryAnimation.h

Description

CreateCryAnimation function type definition.

FACIAL_EDITOR_FPS Variable
C++
const float FACIAL_EDITOR_FPS = 30.0f;
File

IFacialAnimation.h

gAnimInterfaceVersion Variable
C++
const char gAnimInterfaceVersion[64] = __TIMESTAMP__;
File

ICryAnimation.h

Description

Experimental way to track interface version. This value will be compared with value passed from system module