SetFootIK - Debug

Revision as of 15:27, 18 October 2011 by imported>Rhavlovick (1 revision: Clobber re-import by Henning)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

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