CloseActiveMenu

From GECK
Jump to: navigation, search


A function added by the JIP NVSE Plugin.

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

[help]
CloseActiveMenu closeAll:0/1

Example

CloseActiveMenu
CloseActiveMenu 1 

See Also