GetEntityAnimTotalTime — FiveM Natives
0x50BD2730B191E360 · ENTITY · all
`` 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
Parameters
| Name | Type |
|---|---|
| entity | Entity |
| animDict | char* |
| animName | char* |
Returns
float