Player::stopAnimTask

From RAGE Multiplayer Wiki
Revision as of 08:48, 14 October 2020 by Oggymot (talk | contribs) (→‎Example)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Syntax

player.stopAnimTask(animDictionary, animationName, p3);

Required Arguments

  • animDictionary: String
  • animationName: String
  • p3: float

Return value

  • Undefined

Example

mp.players.local.stopAnimTask("random@shop_robbery", "robbery_action_f", 3.0);

See also