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

Function QuitGame() native global

Parameters

None

Return Value

None

Examples

; Immediately quits the game
Debug.QuitGame()

See Also