- Found in:
- cLib
Description
Documentation String
Requirements: None
Documentation Comment
forceAll == TRUE replaces EVERYTHING with aValue
Caveats
Parameters
int[]aArray
intreplaceThis
intwithThis
boolforceAll=false
Examples
Auto-Generated Example
int[] myIntArray__aArray
int myInt__replaceThis
int myInt__withThis
bool myBool__forceAll
int[] returnedValue = clib.cArrayReplaceInt(myIntArray__aArray, myInt__replaceThis, myInt__withThis, myBool__forceAll)