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

Description

Documentation Comment

Remove all of the ToClear elements from the akArray and return new array.
The length of the new array must be 128 or less, otherwise returns the akArray unedited.


Caveats


Parameters

Actor[]akArray

ActorToClear


Examples

Auto-Generated Example

Actor[] myActorArray__akArray
Actor myActor__ToClear

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