Background for Skyrim SE
Member of the JArray script
voidfunctionaddFromArray(intobject, intsource, intinsertAtIndex=-1)NativeGlobal

Description

Documentation Comment

Inserts the values from the source array into this array. If insertAtIndex is -1 (default behaviour) it appends to the end.
negative index accesses items from the end of container counting backwards.


Caveats


Parameters

intobject

intsource

intinsertAtIndex=-1


Examples

Auto-Generated Example

int myInt__object
int myInt__source
int myInt__insertAtIndex

JArray.addFromArray(myInt__object, myInt__source, myInt__insertAtIndex)
Some data provided by the Skyrim Creation Kit Wiki. Licensed under the Creative Commons Attribution-ShareAlike license.