QuitToMainMenu - Game
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(…')
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()