QuitGame - Debug

From the Fallout4 CreationKit Wiki
Jump to navigation Jump to search

Member of: Debug Script

Immediately exits the game.

Syntax[edit | edit source]

Function QuitGame() native global debugOnly

Parameters[edit | edit source]

None

Return Value[edit | edit source]

None

Examples[edit | edit source]

; Immediately quite the game
Debug.QuitGame()

See Also[edit | edit source]