SetFootIK - Debug

Revision as of 10:28, 28 June 2012 by imported>Plplecuyer
(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 debugOnly

ParametersEdit

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

Return ValueEdit

None

ExamplesEdit

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

See AlsoEdit