Player::setMovementClipset

From RAGE Multiplayer Wiki
Revision as of 20:16, 9 October 2020 by NoBrain (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

p2 is usually 1.0f

EDIT 12/24/16:
p2 does absolutely nothing no matter what the value is.

- sollaholla

Edit: p2 is transition to the clipSet, 1.0 means 1 second (tested with crouch clipSet) - noBrain

Syntax

player.setMovementClipset(clipSet, p2);

Required Arguments

  • clipSet: String
  • p2: float

Return value

  • Undefined

Example

// todo

See also