Native referenceFiveM

GET_ENTITY_ANIM_TOTAL_TIME

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

Description: ``` Returns a float value representing animation's total playtime in milliseconds.
Example:
GET_ENTITY_ANIM_TOTAL_TIME(PLAYER_ID(),"amb@world_human_yoga@female@base","base_b")
return 20800.000000


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