Background for Skyrim SE
Member of the cArrayCreateBase script
Alias[]functioncArrayCreateAlias(intindices, Aliasfiller=NONE, booluseSKSE=true, booloutputTrace=true, booluseConsoleUtil=true)Global

Description

Documentation String

Requirements: None, SKSE:Soft


Caveats


Parameters

intindices

Aliasfiller=NONE

booluseSKSE=true

booloutputTrace=true

booluseConsoleUtil=true


Examples

Auto-Generated Example

int myInt__indices
Alias myAlias__filler
bool myBool__useSKSE
bool myBool__outputTrace
bool myBool__useConsoleUtil

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