Entity::getEntityAnimDuration: Difference between revisions
(yay) |
(yay) |
||
| Line 1: | Line 1: | ||
Console Hash: 0x8B5E3E3D = GET_ANIM_DURATION<br><br>Animations List : www.ls-multiplayer.com/dev/index.php?section=3 | Console Hash: 0x8B5E3E3D = GET_ANIM_DURATION<br><br>Animations List : www.ls-multiplayer.com/dev/index.php?section=3 | ||
==Syntax== | ==Syntax== | ||
<syntaxhighlight lang="javascript">entity.getEntityAnimDuration(animDict, animName);</syntaxhighlight> | <syntaxhighlight lang="javascript">mp.game.entity.getEntityAnimDuration(animDict, animName);</syntaxhighlight> | ||
=== Required Arguments === | === Required Arguments === | ||
*'''animDict:''' String | *'''animDict:''' String | ||
| Line 9: | Line 9: | ||
==Example== | ==Example== | ||
<syntaxhighlight lang="javascript"> | <syntaxhighlight lang="javascript"> | ||
todo | // todo | ||
</syntaxhighlight> | </syntaxhighlight> | ||
==See also== | ==See also== | ||
{{ | {{Entity_s_function_c}} | ||
[[Category:Clientside API]] | [[Category:Clientside API]] | ||
[[Category:TODO: Example]] | [[Category:TODO: Example]] | ||
Revision as of 21:06, 6 May 2017
Console Hash: 0x8B5E3E3D = GET_ANIM_DURATION
Animations List : www.ls-multiplayer.com/dev/index.php?section=3
Syntax
mp.game.entity.getEntityAnimDuration(animDict, animName);
Required Arguments
- animDict: String
- animName: String
Return value
- float
Example
// todo