ShowPauseMenu
From GECK
A function added by the ShowOff NVSE Plugin version 1.35.
Contents
Description
Brings up the game's pause menu. If pauseMode is specified and non-0, then the pause menu will be open to the specified submenu (see Modes in Notes).
If called in the main menu, it can also be used to bring up the submenus such as Save, Load, etc.
Syntax
ShowPauseMenu pauseMode:int{Default:0}
Example
ShowPauseMenu 2
Will open the Pause menu to the Save screen.
Notes
- Modes:
- 0 = Normal (no submenu)
- 1 = Load
- 2 = Save
- 3 = Settings
- 4 = Help