Background for Skyrim SE
Member of the clib script
Actor[]functioncArrayRemoveValueActor(Actor[]aArray, ActortoRemove=NONE, boolusePapUtil=true)Global

Description

Documentation String

Requirements: None, PapyrusUtil:Soft

Documentation Comment

Removes all indices of said value (returns new array)


Caveats


Parameters

Actor[]aArray

ActortoRemove=NONE

boolusePapUtil=true


Examples

Auto-Generated Example

Actor[] myActorArray__aArray
Actor myActor__toRemove
bool myBool__usePapUtil

Actor[] returnedValue = clib.cArrayRemoveValueActor(myActorArray__aArray, myActor__toRemove, myBool__usePapUtil)
Some data provided by the Skyrim Creation Kit Wiki. Licensed under the Creative Commons Attribution-ShareAlike license.