- Found in:
- Dylbills PE
Description
Documentation Comment
Instead of UI.GetBool, UI.GetString ect, gets the current value of the target as string. Bools will be "true" or "false".
Caveats
Parameters
stringmenuName
stringtarget
Examples
Auto-Generated Example
string myString__menuName
string myString__target
string returnedValue = DbSkseFunctions.GetUITargetValueAsString(myString__menuName, myString__target)