SetFootIK - Debug
Revision as of 15:27, 18 October 2011 by imported>Rhavlovick (1 revision: Clobber re-import by Henning)
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)