- Found in:
- cLib
ObjectReference[]functioncArrayRemoveIndicesObjRef(ObjectReference[]aArray, int[]indicesToRemove, intstopLength=0)Global
Description
Documentation String
Requirements: None
Parameters
ObjectReference[]aArray
int[]indicesToRemove
intstopLength=0
Examples
Auto-Generated Example
ObjectReference[] myObjectReferenceArray__aArray
int[] myIntArray__indicesToRemove
int myInt__stopLength
ObjectReference[] returnedValue = clib.cArrayRemoveIndicesObjRef(myObjectReferenceArray__aArray, myIntArray__indicesToRemove, myInt__stopLength)