Background for Skyrim SE
Member of the DynamicActorArrays script
Actor[]functionPush(Actor[]akArray, ActorToPush)

Description

Documentation Comment

Add an element to the end of the array and return new array.
The passed in akArray must be less than 128 elements in length.


Caveats


Parameters

Actor[]akArray

ActorToPush


Examples

Auto-Generated Example

Actor[] myActorArray__akArray
Actor myActor__ToPush

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