Arma Reforger Explorer 1.7.0.54
Arma Reforger Code Explorer by Zeroy - Thanks to MisterOutofTime
Loading...
Searching...
No Matches
GameAnimationUtils.c
Go to the documentation of this file.
1/*
2===========================================
3Do not modify, this script is generated
4===========================================
5*/
6
7sealed class GameAnimationUtils
8{
9 private void GameAnimationUtils();
10 private void ~GameAnimationUtils();
11
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);
27}
int AnimationTagID
int AnimationEventID