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


Caveats


Parameters

Actor[]akArray

Actor[]ToInsert

intIndex


Examples

Auto-Generated Example

Actor[] myActorArray__akArray
Actor[] myActorArray__ToInsert
int myInt__Index

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