Background for Skyrim SE

The cArrayCreateBase Script

    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

      • Actor[]functioncArrayCreateActor(intindices, Actorfiller=NONE, boolusePapUtil=true, booloutputTrace=true, booluseConsoleUtil=true)Global

        Requirements: None, PapyrusUtil:Soft

      • Alias[]functioncArrayCreateAlias(intindices, Aliasfiller=NONE, booluseSKSE=true, booloutputTrace=true, booluseConsoleUtil=true)Global

        Requirements: None, SKSE:Soft

      • bool[]functioncArrayCreateBool(intindices, boolfiller=false, booluseSKSE=true, booloutputTrace=true, booluseConsoleUtil=true)Global

        Requirements: None, SKSE:Soft

      • float[]functioncArrayCreateFloat(intindices, floatfiller=0.0, booluseSKSE=true, booloutputTrace=true, booluseConsoleUtil=true)Global

        Requirements: None, SKSE:Soft

      • Form[]functioncArrayCreateForm(intindices, Formfiller=NONE, booluseSKSE=true, booloutputTrace=true, booluseConsoleUtil=true)Global

        Requirements: None, SKSE:Soft

      • int[]functioncArrayCreateInt(intindices, intfiller=0, booluseSKSE=true, booloutputTrace=true, booluseConsoleUtil=true)Global

        Requirements: None, SKSE:Soft

      • ObjectReference[]functioncArrayCreateObjRef(intindices, ObjectReferencefiller=NONE)Global
      • ObjectReference[]functioncArrayCreateObjectReference(intindices, ObjectReferencefiller=NONE, boolusePapUtil=true, booloutputTrace=true, booluseConsoleUtil=true)Global

        Requirements: None, PapyrusUtil:Soft

      • string[]functioncArrayCreateString(intindices, stringfiller="", booluseSKSE=true, booloutputTrace=true, booluseConsoleUtil=true)Global

        Requirements: None, SKSE:Soft

      Some data provided by the Skyrim Creation Kit Wiki. Licensed under the Creative Commons Attribution-ShareAlike license.