Difference between revisions of "ToggleMenus - Debug"

From the CreationKit Wiki
Jump to navigation Jump to search
imported>Cdcooley
imported>Qqqbbb
m
 
Line 5: Line 5:
Toggles the display of 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.
No menus are closed or opened, they are just made visible or invisible.





Latest revision as of 16:24, 1 December 2013

Member of: Debug Script

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

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


Syntax[edit | edit source]

Function ToggleMenus() native global

Parameters[edit | edit source]

None

Return Value[edit | edit source]

None

Examples[edit | edit source]

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

See Also[edit | edit source]