Background for Skyrim SE
Member of the Utility script
bool[]functionResizeBoolArray(bool[]source, intsize, boolfill=false)NativeGlobal


Caveats


Parameters

bool[]source

intsize

boolfill=false


Examples

Auto-Generated Example

bool[] myBoolArray__source
int myInt__size
bool myBool__fill

bool[] returnedValue = Utility.ResizeBoolArray(myBoolArray__source, myInt__size, myBool__fill)
Some data provided by the Skyrim Creation Kit Wiki. Licensed under the Creative Commons Attribution-ShareAlike license.