- Found in:
- cLib
Description
Documentation String
Requirements: None
Documentation Comment
Yes...This is .Find() and rFind() used for Bool invert (first value that != aValue)
Caveats
Parameters
Examples
Auto-Generated Example
Actor[] myActorArray__aArray
Actor myActor__aValue
int myInt__startAt
bool myBool__invertIt
int returnedValue = clib.cArrayFindActor(myActorArray__aArray, myActor__aValue, myInt__startAt, myBool__invertIt)