Con CloseAllMenus
From GECK
A function added by the Fallout Script Extender.
Contents
Description
Closes all open menus.
Syntax
con_CloseAllMenus
Notes
- DO NOT use this command for when the player has their PipBoy up. This will cause many of the keys to become unresponsive, and likely force the player to close the game to fix the issue.
- A viable workaround is to simulate the user tapping their Pip-Boy key, by default with TapKey 15 (FOSE/NVSE).
See Also
- CloseActiveMenu (a safer alternative).
- CloseAllMenus