SetFootIK - Debug

From the CreationKit Wiki
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)
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)

See Also[edit | edit source]