Player::setLegIkMode

From RAGE Multiplayer Wiki
Revision as of 23:45, 6 May 2017 by Marty uploader (talk | contribs) (yay)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

'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