Background for Skyrim SE
Member of the PapyrusUtil script
bool[]functionResizeBoolArray(bool[]ArrayValues, inttoSize, boolfiller=false)Global


Caveats


Parameters

bool[]ArrayValues

inttoSize

boolfiller=false


Examples

Auto-Generated Example

bool[] myBoolArray__ArrayValues
int myInt__toSize
bool myBool__filler

bool[] returnedValue = PapyrusUtil.ResizeBoolArray(myBoolArray__ArrayValues, myInt__toSize, myBool__filler)
Some data provided by the Skyrim Creation Kit Wiki. Licensed under the Creative Commons Attribution-ShareAlike license.