- Found in:
- cLib
float[]functioncArrayReplaceFloat(float[]aArray, floatreplaceThis, floatwithThis, boolforceAll=false)Global
Description
Documentation String
Requirements: None
Documentation Comment
forceAll == TRUE replaces EVERYTHING with aValue
Caveats
Parameters
float[]aArray
floatreplaceThis
floatwithThis
boolforceAll=false
Examples
Auto-Generated Example
float[] myFloatArray__aArray
float myFloat__replaceThis
float myFloat__withThis
bool myBool__forceAll
float[] returnedValue = clib.cArrayReplaceFloat(myFloatArray__aArray, myFloat__replaceThis, myFloat__withThis, myBool__forceAll)