Background for Skyrim SE
Member of the cArrayCreateBase script
int[]functioncArrayCreateInt(intindices, intfiller=0, booluseSKSE=true, booloutputTrace=true, booluseConsoleUtil=true)Global

Description

Documentation String

Requirements: None, SKSE:Soft


Caveats


Parameters

intindices

intfiller=0

booluseSKSE=true

booloutputTrace=true

booluseConsoleUtil=true


Examples

Auto-Generated Example

int myInt__indices
int myInt__filler
bool myBool__useSKSE
bool myBool__outputTrace
bool myBool__useConsoleUtil

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