C4 Engine
C4 Engine API Documentation

Animator::GetAnimatorData

Defined in:  C4Animation.h
Returns a pointer to the animator's custom storage space.
Prototype

void *GetAnimatorData(voidconst;

Description
The GetAnimatorData function returns a pointer to the additional storage previously requested through a call to the Animator::AllocateStorage function. The returned pointer is 4-byte aligned and points to a storage area having size equal to the value of the animatorDataSize parameter that was passed to the AllocateStorage function.
See Also

Animator::AllocateStorage