QuitToMainMenu - Game

From the Fallout4 CreationKit Wiki
Jump to navigation Jump to search

Member of: Game Script

Force the game back to the main menu.

Syntax[edit | edit source]

Function QuitToMainMenu() Native Global

Parameters[edit | edit source]

None.

Return Value[edit | edit source]

None.

Examples[edit | edit source]

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

See Also[edit | edit source]