- Found in:
- Vanilla
Description
Wiki Description
Turns foot IK on and off in the game.
Documentation Comment
Toggles Foot IK on/off
Caveats
Parameters
boolabFootIK
CK Wiki Description
Whether foot IK should be on or off.
Examples
; Turn all foot IK off
Debug.SetFootIK(false)Auto-Generated Example
bool myBool__abFootIK
Debug.SetFootIK(myBool__abFootIK)