Background for Skyrim SE
Member of the clib script
float[]functioncArrayResizeFloat(float[]aArray, intnewSize, floatfiller=0.0, intclampMinLength=-1, intclampMaxLength=-1, boolusePapUtil=true)Global

Description

Documentation String

Requirements: None, PapyrusUtil:Soft


Caveats


Parameters

float[]aArray

intnewSize

floatfiller=0.0

intclampMinLength=-1

intclampMaxLength=-1

boolusePapUtil=true


Examples

Auto-Generated Example

float[] myFloatArray__aArray
int myInt__newSize
float myFloat__filler
int myInt__clampMinLength
int myInt__clampMaxLength
bool myBool__usePapUtil

float[] returnedValue = clib.cArrayResizeFloat(myFloatArray__aArray, myInt__newSize, myFloat__filler, myInt__clampMinLength, myInt__clampMaxLength, myBool__usePapUtil)
Some data provided by the Skyrim Creation Kit Wiki. Licensed under the Creative Commons Attribution-ShareAlike license.