Background for Skyrim SE
Member of the cArrayCreateBase script
bool[]functioncArrayCreateBool(intindices, boolfiller=false, booluseSKSE=true, booloutputTrace=true, booluseConsoleUtil=true)Global

Description

Documentation String

Requirements: None, SKSE:Soft


Caveats


Parameters

intindices

boolfiller=false

booluseSKSE=true

booloutputTrace=true

booluseConsoleUtil=true


Examples

Auto-Generated Example

int myInt__indices
bool myBool__filler
bool myBool__useSKSE
bool myBool__outputTrace
bool myBool__useConsoleUtil

bool[] returnedValue = cArrayCreateBase.cArrayCreateBool(myInt__indices, myBool__filler, myBool__useSKSE, myBool__outputTrace, myBool__useConsoleUtil)
Some data provided by the Skyrim Creation Kit Wiki. Licensed under the Creative Commons Attribution-ShareAlike license.