Entity::hasAnimFinished

From RAGE Multiplayer Wiki
Revision as of 23:41, 6 May 2017 by Marty uploader (talk | contribs) (yay)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

P3 is always 3 as far as i cant tell

Animations List : www.ls-multiplayer.com/dev/index.php?section=3

Syntax

entity.hasAnimFinished(animDict, animName, p3);

Required Arguments

  • animDict: String
  • animName: String
  • p3: int

Return value

  • Boolean

Example

// todo

See also