Entity::getEntityAnimDuration: Difference between revisions
(yay) |
mNo edit summary |
||
| (2 intermediate revisions by 2 users not shown) | |||
| Line 1: | Line 1: | ||
Console Hash: 0x8B5E3E3D = GET_ANIM_DURATION | Console Hash: 0x8B5E3E3D = GET_ANIM_DURATION | ||
==Syntax== | ==Syntax== | ||
<syntaxhighlight lang="javascript">mp.game.entity.getEntityAnimDuration(animDict, animName);</syntaxhighlight> | <syntaxhighlight lang="javascript">mp.game.entity.getEntityAnimDuration(animDict, animName);</syntaxhighlight> | ||
| Line 13: | Line 13: | ||
==See also== | ==See also== | ||
{{Entity_s_function_c}} | {{Entity_s_function_c}} | ||
[[Category:Entity API]] | |||
[[Category:Clientside API]] | [[Category:Clientside API]] | ||
[[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