QuitToMainMenu - Game

From the CreationKit Wiki
Revision as of 09:38, 3 May 2011 by imported>Jlundin (Created page with 'Category:Scripting Category:Papyrus '''Member of:''' Game Script Force the game back to the main menu. == Syntax == <source lang="papyrus"> Function QuitToMainMenu(…')
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Member of: Game Script

Force the game back to the main menu.

Syntax

Function QuitToMainMenu() native global

Parameters

None.

Return Value

None.

Examples

; Force the game back to the main menu
Game.QuitToMainMenu()

See Also