Skip to main content

Player::setLegIkMode

'IK' stands for 'Inverse kinematics.' I assume this has something to do with how the ped uses his legs to balance. In the scripts, the second parameter is always an int with a value of 2, 0, or sometimes 1

Syntax

```js player.setLegIkMode(mode); ```

Required Arguments

  • mode: int

Return value

  • Undefined

Example

```js // todo ```

See also