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


Parameters

  1. Actor[]akArray

  2. ActorToClear


Examples

Auto-Generated Example

Actor[] myActorArray__akArray
Actor myActor__ToClear

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