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


Caveats


Parameters

Actor[]akArray

ActorToInsert

intIndex


Examples

Auto-Generated Example

Actor[] myActorArray__akArray
Actor myActor__ToInsert
int myInt__Index

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