- Found in:
- cLib
Description
Documentation String
Requirements: None, PapyrusUtil:Soft
Caveats
Parameters
float[]aArray
intindexToRemove=0
boolusePapUtil=true
Examples
Auto-Generated Example
float[] myFloatArray__aArray
int myInt__indexToRemove
bool myBool__usePapUtil
float[] returnedValue = clib.cArrayRemoveIndexFloat(myFloatArray__aArray, myInt__indexToRemove, myBool__usePapUtil)