- Found in:
- cLib
Description
Documentation String
Requirements: None
Documentation Comment
Supply with array of ints and this removes those IndICES then returns new array
Caveats
Parameters
Examples
Auto-Generated Example
Actor[] myActorArray__aArray
int[] myIntArray__indicesToRemove
int myInt__stopLength
Actor[] returnedValue = clib.cArrayRemoveIndicesActor(myActorArray__aArray, myIntArray__indicesToRemove, myInt__stopLength)