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

Description

Documentation Comment

Replaces existing value at the @index of the array with the new @value.
negative index accesses items from the end of container counting backwards.


Caveats


Parameters

intobject

intindex

intvalue


Examples

Auto-Generated Example

int myInt__object
int myInt__index
int myInt__value

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