Background for Skyrim SE
Member of the Debug script
voidfunctionToggleMenus()NativeGlobal

Description

Wiki Description

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

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

Documentation Comment

Toggles menus on/off


Caveats


Examples

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

Auto-Generated Example

Debug.ToggleMenus()

Related Pages


Additional References

View this function’s page on the Skyrim Creation Kit Wiki

Some data provided by the Skyrim Creation Kit Wiki. Licensed under the Creative Commons Attribution-ShareAlike license.