CloseActiveMenu
From GECK
A function added by the JIP NVSE Plugin.
Contents
Description
Force-closes the current, topmost active menu or, if the optional closeAll argument is non-zero, closes ALL currently open menus.
- Unlike Con_CloseAllMenus, which is partially broken, this function should be considered safe to use.
Syntax
CloseActiveMenu closeAll:0/1
Example
CloseActiveMenu
CloseActiveMenu 1
Notes
- This function is bugged in JIP LN 57.30. Calling this function while the Pip-Boy is open will prevent the Pip-Boy from reopening. This issue was patched in JonnyGuitar NVSE 5.19 and JIP PP LN 57.51 and later.
See Also
- MenuTapKey can also be used to close menus.
- Con_CloseAllMenus
- CloseAllMenus