Background for Skyrim SE
Member of the JArray script
intfunctionvalueType(intobject, intindex)NativeGlobal

Description

Documentation Comment

Returns type of the value at the @index. negative index accesses items from the end of container counting backwards.
0 - no value, 1 - none, 2 - int, 3 - float, 4 - form, 5 - object, 6 - string


Caveats


Parameters

intobject

intindex


Examples

Auto-Generated Example

int myInt__object
int myInt__index

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