Background for Skyrim SE
Member of the JValue script
stringfunctionsolveStr(intobject, stringpath, stringdefault="")NativeGlobal


Parameters

  1. intobject

  2. stringpath

  3. stringdefault=""


Examples

Auto-Generated Example

int myInt__object
string myString__path
string myString__default

string returnedValue = JValue.solveStr(myInt__object, myString__path, myString__default)
Some data provided by the Skyrim Creation Kit Wiki. Licensed under the Creative Commons Attribution-ShareAlike license.