The cArrayCreateBase script is a part of Skyrim SE’s Papyrus scripting ecosystem. This script is not present in the vanilla game, but can be found in modded sources like cLib-Papyrus Function Library (cLib).
For this script, the Papyrus index knows about:
- 9 functions
Inheritance Tree
No indexed scripts extend this script.
Properties
No properties found.
Events
No events found.
Functions
- Found in:
- cLib
Actor[]functioncArrayCreateActor(intindices, Actorfiller=NONE, boolusePapUtil=true, booloutputTrace=true, booluseConsoleUtil=true)GlobalRequirements: None, PapyrusUtil:Soft
- Found in:
- cLib
Alias[]functioncArrayCreateAlias(intindices, Aliasfiller=NONE, booluseSKSE=true, booloutputTrace=true, booluseConsoleUtil=true)GlobalRequirements: None, SKSE:Soft
- Found in:
- cLib
bool[]functioncArrayCreateBool(intindices, boolfiller=false, booluseSKSE=true, booloutputTrace=true, booluseConsoleUtil=true)GlobalRequirements: None, SKSE:Soft
- Found in:
- cLib
float[]functioncArrayCreateFloat(intindices, floatfiller=0.0, booluseSKSE=true, booloutputTrace=true, booluseConsoleUtil=true)GlobalRequirements: None, SKSE:Soft
- Found in:
- cLib
Form[]functioncArrayCreateForm(intindices, Formfiller=NONE, booluseSKSE=true, booloutputTrace=true, booluseConsoleUtil=true)GlobalRequirements: None, SKSE:Soft
- Found in:
- cLib
int[]functioncArrayCreateInt(intindices, intfiller=0, booluseSKSE=true, booloutputTrace=true, booluseConsoleUtil=true)GlobalRequirements: None, SKSE:Soft
- Found in:
- cLib
- Found in:
- cLib
ObjectReference[]functioncArrayCreateObjectReference(intindices, ObjectReferencefiller=NONE, boolusePapUtil=true, booloutputTrace=true, booluseConsoleUtil=true)GlobalRequirements: None, PapyrusUtil:Soft
- Found in:
- cLib
string[]functioncArrayCreateString(intindices, stringfiller="", booluseSKSE=true, booloutputTrace=true, booluseConsoleUtil=true)GlobalRequirements: None, SKSE:Soft
