SetFootIK - Debug
Jump to navigation
Jump to search
Member of: Debug Script
Turns foot IK on and off in the game.
Syntax[edit | edit source]
Function SetFootIK(bool abFootIK) native global
Parameters[edit | edit source]
- abFootIK: Whether foot IK should be on or off.
Return Value[edit | edit source]
None
Examples[edit | edit source]
; Turn all foot IK off
Debug.SetFootIK(false)