- Found in:
- cLib
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
Examples
Auto-Generated Example
Actor[] myActorArray__aArray
Actor myActor__valueToFind
bool myBool__invertIt
int[] returnedValue = clib.cArrayGetValueIndicesActor(myActorArray__aArray, myActor__valueToFind, myBool__invertIt)