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

Description

Documentation Comment

insert the ToInsert Actor into the array, increasing the size by one and
moving each Actor after index back by one, returning the new array.


Caveats


Parameters

Actor[]akArray

ActorToInsert

intIndex


Examples

Auto-Generated Example

Actor[] myActorArray__akArray
Actor myActor__ToInsert
int myInt__Index

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