Entity::getEntityAnimDuration

From RAGE Multiplayer Wiki
Revision as of 21:06, 6 May 2017 by Marty uploader (talk | contribs) (yay)

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

See also

Template:Entity s function c