Background for Skyrim SE
Member of the JValue script
intfunctionsolveObj(intobject, stringpath, intdefault=0)NativeGlobal


Caveats


Parameters

intobject

stringpath

intdefault=0


Examples

Auto-Generated Example

int myInt__object
string myString__path
int myInt__default

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