Difference between revisions of "ToggleMenus - Debug"
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, | 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()