SetGodMode - Debug

From the Fallout4 CreationKit Wiki
Jump to navigation Jump to search

Member of: Debug Script

Turns god mode on and off in the game.

Syntax[edit | edit source]

Function SetGodMode(bool abGodMode) native global debugOnly

Parameters[edit | edit source]

  • abGodMode: Whether god mode should be on or off.

Return Value[edit | edit source]

None

Examples[edit | edit source]

; Turn on god mode
Debug.SetGodMode(true)

See Also[edit | edit source]