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