QuitGame - Debug

From the CreationKit Wiki
Revision as of 19:10, 30 January 2013 by imported>Enter 77 (Typo fix under "Examples")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Member of: Debug Script

Immediately exits the game.

Syntax[edit | edit source]

Function QuitGame() native global

Parameters[edit | edit source]

None

Return Value[edit | edit source]

None

Examples[edit | edit source]

; Immediately quits the game
Debug.QuitGame()

See Also[edit | edit source]