Background for Skyrim SE
Member of the JValue script
intfunctionsolvedValueType(intobject, stringpath)NativeGlobal

Description

Documentation Comment

Returns type of resolved value. 0 - no value, 1 - none, 2 - int, 3 - float, 4 - form, 5 - object, 6 - string


Caveats


Parameters

intobject

stringpath


Examples

Auto-Generated Example

int myInt__object
string myString__path

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