Player::setMovementClipset
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
```js player.setMovementClipset(clipSet, p2); ```
Required Arguments
- clipSet: String
- p2: float
Return value
- Undefined
Example
```js // todo ```