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


Parameters

  1. Actor[]akArray

  2. Actor[]ToInsert

  3. 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.