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


Parameters

  1. bool[]source

  2. intsize

  3. 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.