Player::setLegIkMode

From RAGE Multiplayer Wiki

'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

player.setLegIkMode(mode);

Required Arguments

  • mode: int

Return value

  • Undefined

Example

// todo

See also