Background for Skyrim SE
Member of the clib script
int[]functioncArrayGetValueIndicesActor(Actor[]aArray, ActorvalueToFind=NONE, boolinvertIt=false)Global

Description

Documentation String

Requirements: None

Documentation Comment

Returns array of indices == valueToFind, also can provide the inverse


Caveats


Parameters

Actor[]aArray

ActorvalueToFind=NONE

boolinvertIt=false


Examples

Auto-Generated Example

Actor[] myActorArray__aArray
Actor myActor__valueToFind
bool myBool__invertIt

int[] returnedValue = clib.cArrayGetValueIndicesActor(myActorArray__aArray, myActor__valueToFind, myBool__invertIt)
Some data provided by the Skyrim Creation Kit Wiki. Licensed under the Creative Commons Attribution-ShareAlike license.