- Found in:
- Vanilla
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
