Background for Skyrim SE
Member of the cArrayCreateBase script
Form[]functioncArrayCreateForm(intindices, Formfiller=NONE, booluseSKSE=true, booloutputTrace=true, booluseConsoleUtil=true)Global

Description

Documentation String

Requirements: None, SKSE:Soft


Caveats


Parameters

intindices

Formfiller=NONE

booluseSKSE=true

booloutputTrace=true

booluseConsoleUtil=true


Examples

Auto-Generated Example

int myInt__indices
Form myForm__filler
bool myBool__useSKSE
bool myBool__outputTrace
bool myBool__useConsoleUtil

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