- Found in:
- cLib
Alias[]functioncArrayResizeAlias(Alias[]aArray, intnewSize, Aliasfiller=NONE, intclampMinLength=-1, intclampMaxLength=-1, boolusePapUtil=true)Global
Description
Documentation String
Requirements: None, PapyrusUtil:Soft
Caveats
Parameters
Examples
Auto-Generated Example
Alias[] myAliasArray__aArray
int myInt__newSize
Alias myAlias__filler
int myInt__clampMinLength
int myInt__clampMaxLength
bool myBool__usePapUtil
Alias[] returnedValue = clib.cArrayResizeAlias(myAliasArray__aArray, myInt__newSize, myAlias__filler, myInt__clampMinLength, myInt__clampMaxLength, myBool__usePapUtil)