Background for Skyrim SE
Member of the DynamicActorArrays script
Actor[]functionInsertArrayAt(Actor[]akArray, Actor[]ToInsert, intIndex)

Description

Documentation Comment

Insert the ToInsert array to the akArray at Index and return new array.
Passed in akArray must be less than 128 elements in length.


Caveats


Parameters

Actor[]akArray

Actor[]ToInsert

intIndex


Examples

Auto-Generated Example

Actor[] myActorArray__akArray
Actor[] myActorArray__ToInsert
int myInt__Index

Actor[] returnedValue = myDynamicActorArrays__toCallFunctionOn.InsertArrayAt(myActorArray__akArray, myActorArray__ToInsert, myInt__Index)
Some data provided by the Skyrim Creation Kit Wiki. Licensed under the Creative Commons Attribution-ShareAlike license.