Difference between revisions of "IsMenuOpen - UI"
Jump to navigation
Jump to search
imported>Ice Eyes m (→Syntax: Corrected parameter name (asMenu -> Menu)) |
imported>Ice Eyes m (→Parameters: Corrected parameter name (asMenu -> Menu)) |
||
Line 11: | Line 11: | ||
== Parameters == | == Parameters == | ||
* | *Menu: Placeholder Description. | ||
== Return Value == | == Return Value == |
Latest revision as of 02:55, 10 February 2020
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[edit | edit source]
bool Function IsMenuOpen(string Menu) Native Global
Parameters[edit | edit source]
- Menu: Placeholder Description.
Return Value[edit | edit source]
- Placeholder Description.
Examples[edit | edit source]
; Placeholder Code.