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

Description

Documentation String

Requirements: None, PapyrusUtil:Soft


Caveats


Parameters

Alias[]aArray

intnewSize

Aliasfiller=NONE

intclampMinLength=-1

intclampMaxLength=-1

boolusePapUtil=true


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