Background for Skyrim SE
Member of the JArray script
voidfunctionaddInt(intobject, intvalue, intaddToIndex=-1)NativeGlobal

Description

Documentation Comment

Appends the @value/@container to the end of the array.
If @addToIndex >= 0 it inserts value at given index. negative index accesses items from the end of container counting backwards.


Caveats


Parameters

intobject

intvalue

intaddToIndex=-1


Examples

Auto-Generated Example

int myInt__object
int myInt__value
int myInt__addToIndex

JArray.addInt(myInt__object, myInt__value, myInt__addToIndex)
Some data provided by the Skyrim Creation Kit Wiki. Licensed under the Creative Commons Attribution-ShareAlike license.