IsMenuOpen - UI

From the Fallout4 CreationKit Wiki
Revision as of 02:55, 10 February 2020 by imported>Ice Eyes (→‎Syntax: Corrected parameter name (asMenu -> Menu))
Jump to navigation Jump to search
This article has been flagged as incomplete.
Please help improve the wiki by learning how to contribute.

F4SE Member of: UI Script
Requires F4SE version 0.6.0 or higher.

Returns true if the given menu is open.

Syntax

bool Function IsMenuOpen(string Menu) Native Global

Parameters

  • asMenu: Placeholder Description.

Return Value

  • Placeholder Description.

Examples

; Placeholder Code.

See Also