Background for Fallout 4
Member of the Debug script
voidfunctionEnableMenus(boolabEnable=true)NativeGlobal

Description

Wiki Description

Enables/disables menu rendering in the game.

Documentation Comment

Enable/disable menu rendering


Caveats


Parameters

boolabEnable=true

CK Wiki Description

True to enable menu rendering, false to disable it.

  • Default:True

Examples

; Enable menu rendering
Debug.EnableMenus()
; Disable menu rendering
Debug.EnableMenus(false)

Auto-Generated Example

bool myBool__abEnable

Debug.EnableMenus(myBool__abEnable)

Related Pages


Additional References

View this function’s page on the Fallout 4 Creation Kit Wiki

Some data provided by the Fallout 4 Creation Kit Wiki. Licensed under the Creative Commons Attribution-Share Alike 4.0 license.