Native referenceFiveM

GET_ENTITY_ANIM_CURRENT_TIME

0x346D81500D088F42 ENTITY
FUNCTION SIGNATURE
float GET_ENTITY_ANIM_CURRENT_TIME(Entity entity, char* animDict, char* animName);
Property Value
Native Name GET_ENTITY_ANIM_CURRENT_TIME
Hash 0x346D81500D088F42
Return Type float
Parameters entity (Entity), animDict (char*), animName (char*)

Description: ``` Returns a float value representing animation's current playtime with respect to its total playtime. This value increasing in a range from [0 to 1] and wrap back to 0 when it reach 1.
Example:
0.000000 - mark the starting of animation.
0.500000 - mark the midpoint of the animation.
1.000000 - mark the end of animation.


[Animations list](https://alexguirre.github.io/animations-list/)
Back to ENTITY