Difference between revisions of "Con CloseAllMenus"

From the Fallout3 GECK Wiki
Jump to navigation Jump to search
imported>Geckbot
m (Robot: Automated text replacement (-'''.*'''\r\n +))
imported>ZuTheSkunk
Line 1: Line 1:
{{Function
{{Function
  |origin = FOSE1
  |origin = FOSE1
  |summary = Closes all open menus
  |summary = Closes all open menus.
  |name = con_CloseAllMenus
  |name = con_CloseAllMenus
  |returnType = void
  |returnType = void
}}
}}
==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.
[[Category:Functions_(FOSE)]]
[[Category:Functions_(FOSE)]]

Revision as of 07:54, 23 April 2016

< [[::Category:Functions|Category:Functions]]

A function added by the Fallout Script Extender.

Description

Closes all open menus.

Syntax

[help]
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.