Difference between revisions of "ToggleMenus - Debug"

From the CreationKit Wiki
Jump to navigation Jump to search
imported>Rhavlovick
m (1 revision: Clobber re-import by Henning)
 
imported>Cdcooley
Line 3: Line 3:
'''Member of:''' [[Debug Script]]
'''Member of:''' [[Debug Script]]


Toggles menus on and off in the game.
Toggles the display of menus on and off in the game.
 
No menus are closed or opened, the are just made visible or invisible.
 


== Syntax ==
== Syntax ==

Revision as of 20:25, 25 May 2012

Member of: Debug Script

Toggles the display of menus on and off in the game.

No menus are closed or opened, the are just made visible or invisible.


Syntax

Function ToggleMenus() native global

Parameters

None

Return Value

None

Examples

; Toggles menus off (if on) or on (if off)
Debug.ToggleMenus()

See Also