Difference between revisions of "CloseAllMenus"

From the Fallout3 GECK Wiki
Jump to navigation Jump to search
imported>ZuTheSkunk
imported>ZuTheSkunk
Line 8: Line 8:
==Notes==
==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.
*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.
*This is a console-only function, meaning that it can't be used in a script. To do so, you must use [[con_CloseAllMenus]] instead.


==See Also==
==See Also==

Revision as of 09:01, 23 April 2016

This function will close all menus and return the game to the normal "no menu" state.

Syntax

CloseAllMenus
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.
  • This is a console-only function, meaning that it can't be used in a script. To do so, you must use con_CloseAllMenus instead.

See Also