Background for Skyrim SE
Member of the clib script
int[]functioncArrayResizeInt(int[]aArray, intnewSize, intfiller=0, intclampMinLength=-1, intclampMaxLength=-1, boolusePapUtil=true)Global

Description

Documentation String

Requirements: None, PapyrusUtil:Soft


Caveats


Parameters

int[]aArray

intnewSize

intfiller=0

intclampMinLength=-1

intclampMaxLength=-1

boolusePapUtil=true


Examples

Auto-Generated Example

int[] myIntArray__aArray
int myInt__newSize
int myInt__filler
int myInt__clampMinLength
int myInt__clampMaxLength
bool myBool__usePapUtil

int[] returnedValue = clib.cArrayResizeInt(myIntArray__aArray, myInt__newSize, myInt__filler, myInt__clampMinLength, myInt__clampMaxLength, myBool__usePapUtil)
Some data provided by the Skyrim Creation Kit Wiki. Licensed under the Creative Commons Attribution-ShareAlike license.