Entity::getEntityAnimDuration: Difference between revisions

From RAGE Multiplayer Wiki
(yay)
m (category)
Line 13: Line 13:
==See also==
==See also==
{{Entity_s_function_c}}
{{Entity_s_function_c}}
[[Category:Event API]]
[[Category:Clientside API]]
[[Category:Clientside API]]
[[Category:Client-side Function]]
[[Category:TODO: Example]]
[[Category:TODO: Example]]

Revision as of 17:52, 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

See also

Template:Entity s function c