SetFootIK - Debug

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

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]