Background for Skyrim SE
Member of the clib script
bool[]functioncArrayResizeBool(bool[]aArray, intnewSize, boolfiller=false, intclampMinLength=-1, intclampMaxLength=-1, boolusePapUtil=true)Global

Description

Documentation String

Requirements: None, PapyrusUtil:Soft


Parameters

  1. bool[]aArray

  2. intnewSize

  3. boolfiller=false

  4. intclampMinLength=-1

  5. intclampMaxLength=-1

  6. boolusePapUtil=true


Examples

Auto-Generated Example

bool[] myBoolArray__aArray
int myInt__newSize
bool myBool__filler
int myInt__clampMinLength
int myInt__clampMaxLength
bool myBool__usePapUtil

bool[] returnedValue = clib.cArrayResizeBool(myBoolArray__aArray, myInt__newSize, myBool__filler, myInt__clampMinLength, myInt__clampMaxLength, myBool__usePapUtil)
Some data provided by the Skyrim Creation Kit Wiki. Licensed under the Creative Commons Attribution-ShareAlike license.