Entity::getEntityAnimDuration: Difference between revisions
m (category) |
mNo edit summary |
||
| Line 14: | Line 14: | ||
{{Entity_s_function_c}} | {{Entity_s_function_c}} | ||
[[Category: | [[Category:Entity API]] | ||
[[Category:Clientside API]] | [[Category:Clientside API]] | ||
[[Category:Client-side Function]] | [[Category:Client-side Function]] | ||
[[Category:TODO: Example]] | [[Category:TODO: Example]] | ||
Latest revision as of 17:54, 17 May 2019
Console Hash: 0x8B5E3E3D = GET_ANIM_DURATION
Syntax
mp.game.entity.getEntityAnimDuration(animDict, animName);
Required Arguments
- animDict: String
- animName: String
Return value
- float
Example
// todo