- Found in:
- cLib
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)