Background for Skyrim SE
Member of the DynamicArrays script
Actor[]functionRemoveActor(Actor[]akArray, ActorToRemove, boolFirst=true)


Caveats


Parameters

Actor[]akArray

ActorToRemove

boolFirst=true


Examples

Auto-Generated Example

Actor[] myActorArray__akArray
Actor myActor__ToRemove
bool myBool__First

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