Background for Skyrim SE
Member of the DbSkseFunctions script
stringfunctionGetUITargetValueAsString(stringmenuName, stringtarget)NativeGlobal

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".


Parameters

  1. stringmenuName

  2. stringtarget


Examples

Auto-Generated Example

string myString__menuName
string myString__target

string returnedValue = DbSkseFunctions.GetUITargetValueAsString(myString__menuName, myString__target)
Some data provided by the Skyrim Creation Kit Wiki. Licensed under the Creative Commons Attribution-ShareAlike license.