13 static proto AnimationEventID RegisterAnimationEvent(
string animationEventString);
17 static proto AnimationTagID RegisterAnimationTag(
string animationTagString);
18 static proto
string GetEventString(AnimationEventID eventID);
19 static proto
string GetTagString(AnimationTagID tagID);
21 static proto
void AnimateColliders(IEntity entity);
24 static proto
int FindMeshIndex(IEntity ent,
string meshName);
26 static proto
void ShowMesh(IEntity ent,
int meshIndex,
bool visible);