- Found in:
- cLib
bool[]functioncArrayResizeBool(bool[]aArray, intnewSize, boolfiller=false, intclampMinLength=-1, intclampMaxLength=-1, boolusePapUtil=true)Global
Description
Documentation String
Requirements: None, PapyrusUtil:Soft
Caveats
Parameters
bool[]aArray
intnewSize
boolfiller=false
intclampMinLength=-1
intclampMaxLength=-1
boolusePapUtil=true
Examples
Auto-Generated Example
bool[] myBoolArray__aArray
int myInt__newSize
bool myBool__filler
int myInt__clampMinLength
int myInt__clampMaxLength
bool myBool__usePapUtil
bool[] returnedValue = clib.cArrayResizeBool(myBoolArray__aArray, myInt__newSize, myBool__filler, myInt__clampMinLength, myInt__clampMaxLength, myBool__usePapUtil)