- Found in:
- cLib
ObjectReference[]functioncArrayResizeObjRef(ObjectReference[]aArray, intnewSize, ObjectReferencefiller=NONE, intclampMinLength=-1, intclampMaxLength=-1, boolusePapUtil=true)Global
Description
Documentation String
Requirements: None, PapyrusUtil:Soft
Caveats
Parameters
ObjectReference[]aArray
intnewSize
ObjectReferencefiller=NONE
intclampMinLength=-1
intclampMaxLength=-1
boolusePapUtil=true
Examples
Auto-Generated Example
ObjectReference[] myObjectReferenceArray__aArray
int myInt__newSize
ObjectReference myObjectReference__filler
int myInt__clampMinLength
int myInt__clampMaxLength
bool myBool__usePapUtil
ObjectReference[] returnedValue = clib.cArrayResizeObjRef(myObjectReferenceArray__aArray, myInt__newSize, myObjectReference__filler, myInt__clampMinLength, myInt__clampMaxLength, myBool__usePapUtil)