Difference between revisions of "QuitGame - Debug"

From the CreationKit Wiki
Jump to navigation Jump to search
imported>Rhavlovick
m (1 revision: Clobber re-import by Henning)
 
imported>Enter 77
m (Typo fix under "Examples")
 
Line 18: Line 18:
== Examples ==
== Examples ==
<source lang="papyrus">
<source lang="papyrus">
; Immediately quite the game
; Immediately quits the game
Debug.QuitGame()
Debug.QuitGame()
</source>
</source>

Latest revision as of 19:10, 30 January 2013

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]