CloseAllMenus

From GECK
Jump to: navigation, search


A function included in the GECK for Fallout 3.

Description

Closes all open menus.

Console Functions are normally exclusively for use in the in-game Console (accessible by pressing "~").

With JIP LN NVSE Plugin, any console function can be used in scripts with the Console function.

Syntax

[help]
CloseAllMenus 

Or:

CAM 

Notes

  • DO NOT use this command when the PipBoy is up. This will cause many of the keys to become unresponsive, and likely require closing 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).
  • This is a console-only function, meaning that it can't be used in a script. To do so, you must use CloseActiveMenu or con_CloseAllMenus instead.

See Also