- Found in:
- SKSE
Description
Documentation Comment
Gets bool/number/string from target location, or false/0/none if the value doesn't exist.
Examples:
bool visible = UI.GetBool("Inventory Menu", "_root.Menu_mc._visible")
float height = UI.GetNumber("Magic Menu", "_root.Menu_mc._height")
Caveats
Parameters
stringmenuName
stringtarget
Examples
Auto-Generated Example
string myString__menuName
string myString__target
bool returnedValue = UI.GetBool(myString__menuName, myString__target)