Background for Skyrim SE
Member of the clib script
ObjectReference[]functioncArrayResizeObjRef(ObjectReference[]aArray, intnewSize, ObjectReferencefiller=NONE, intclampMinLength=-1, intclampMaxLength=-1, boolusePapUtil=true)Global

Description

Documentation String

Requirements: None, PapyrusUtil:Soft


Parameters

  1. ObjectReference[]aArray

  2. intnewSize

  3. ObjectReferencefiller=NONE

  4. intclampMinLength=-1

  5. intclampMaxLength=-1

  6. 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)
Some data provided by the Skyrim Creation Kit Wiki. Licensed under the Creative Commons Attribution-ShareAlike license.