Background for Skyrim SE
Member of the UI script
boolfunctionGetBool(stringmenuName, stringtarget)NativeGlobal

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)
Some data provided by the Skyrim Creation Kit Wiki. Licensed under the Creative Commons Attribution-ShareAlike license.