[C#]How to see what animation is player currently playing?
-
How to get anim name and dict which the player is currently playing? Wanted to know
thanks
-
I dont think there are natives to allow you to do that, but if you can compile the whole list of anims and dicts, you can find them out by checking using IS_ENTITY_PLAYING_ANIM(Entity entity, char *animDict, char *animName,
int p4)