Player::setMovementClipset: Difference between revisions

From RAGE Multiplayer Wiki
(yay)
 
No edit summary
 
Line 1: Line 1:
p2 is usually 1.0f<br><br>EDIT 12/24/16: <br>p2 does absolutely nothing no matter what the value is. <br><br>- sollaholla
p2 is usually 1.0f<br><br>EDIT 12/24/16: <br>p2 does absolutely nothing no matter what the value is. <br><br>- sollaholla
<br><br>Edit: p2 is transition to the clipSet, 1.0 means 1 second (tested with crouch clipSet) - '''noBrain'''
==Syntax==
==Syntax==
<syntaxhighlight lang="javascript">player.setMovementClipset(clipSet, p2);</syntaxhighlight>
<syntaxhighlight lang="javascript">player.setMovementClipset(clipSet, p2);</syntaxhighlight>

Latest revision as of 20:16, 9 October 2020

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