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


Caveats


Parameters

Actor[]akArray

ActorToPush


Examples

Auto-Generated Example

Actor[] myActorArray__akArray
Actor myActor__ToPush

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