Background for Fallout 4
Member of the UI script
boolfunctionIsMenuOpen(stringmenu)NativeGlobal

Description

Wiki Description

Returns true if the given menu is open.


Caveats


Parameters

stringmenu

CK Wiki Description

Placeholder Description.


Examples

; Placeholder Code.

Auto-Generated Example

string myString__menu

bool returnedValue = UI.IsMenuOpen(myString__menu)

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.