Background for Skyrim SE
Member of the clibArrays script
GlobalVariable[]functioncArrayCreateGlobalVariable(intindices, GlobalVariablefiller=NONE, booloutputTrace=true)Global

Description

Documentation String

Requirements: None


Parameters

  1. intindices

  2. GlobalVariablefiller=NONE

  3. booloutputTrace=true


Examples

Auto-Generated Example

int myInt__indices
GlobalVariable myGlobalVariable__filler
bool myBool__outputTrace

GlobalVariable[] returnedValue = clibArrays.cArrayCreateGlobalVariable(myInt__indices, myGlobalVariable__filler, myBool__outputTrace)
Some data provided by the Skyrim Creation Kit Wiki. Licensed under the Creative Commons Attribution-ShareAlike license.