Background for Skyrim SE
Member of the JArray script
intfunctiongetObj(intobject, intindex, intdefault=0)NativeGlobal


Caveats


Parameters

intobject

intindex

intdefault=0


Examples

Auto-Generated Example

int myInt__object
int myInt__index
int myInt__default

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