SetFootIK - Debug

Member of: Debug Script

Turns foot IK on and off in the game.

SyntaxEdit

Function SetFootIK(bool abFootIK) native global

ParametersEdit

  • abFootIK: Whether foot IK should be on or off.

Return ValueEdit

None

ExamplesEdit

; Turn all foot IK off
Debug.SetFootIK(false)

See AlsoEdit