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

Description

Documentation String

Requirements: None, PapyrusUtil:Soft

Documentation Comment

Resizing (mixed return, SKSE = resize original, vanilla = new copy)
clampMinLength, clampMaxLength allows 'automated' conditional length


Caveats


Parameters

Actor[]aArray

intnewSize

Actorfiller=NONE

intclampMinLength=-1

intclampMaxLength=-1

boolusePapUtil=true


Examples

Auto-Generated Example

Actor[] myActorArray__aArray
int myInt__newSize
Actor myActor__filler
int myInt__clampMinLength
int myInt__clampMaxLength
bool myBool__usePapUtil

Actor[] returnedValue = clib.cArrayResizeActor(myActorArray__aArray, myInt__newSize, myActor__filler, myInt__clampMinLength, myInt__clampMaxLength, myBool__usePapUtil)
Some data provided by the Skyrim Creation Kit Wiki. Licensed under the Creative Commons Attribution-ShareAlike license.