- Found in:
- cLib
Description
Documentation String
Requirements: None
Documentation Comment
use it for invertIt
startAt requires a positive int and counts backwards from the end
Caveats
Parameters
Examples
Auto-Generated Example
Actor[] myActorArray__aArray
Actor myActor__aValue
int myInt__startAt
bool myBool__invertIt
int returnedValue = clib.cArrayRFindActor(myActorArray__aArray, myActor__aValue, myInt__startAt, myBool__invertIt)