Background for Skyrim SE
Member of the cArrayCreateBase script
Actor[]functioncArrayCreateActor(intindices, Actorfiller=NONE, boolusePapUtil=true, booloutputTrace=true, booluseConsoleUtil=true)Global

Description

Documentation String

Requirements: None, PapyrusUtil:Soft


Caveats


Parameters

intindices

Actorfiller=NONE

boolusePapUtil=true

booloutputTrace=true

booluseConsoleUtil=true


Examples

Auto-Generated Example

int myInt__indices
Actor myActor__filler
bool myBool__usePapUtil
bool myBool__outputTrace
bool myBool__useConsoleUtil

Actor[] returnedValue = cArrayCreateBase.cArrayCreateActor(myInt__indices, myActor__filler, myBool__usePapUtil, myBool__outputTrace, myBool__useConsoleUtil)
Some data provided by the Skyrim Creation Kit Wiki. Licensed under the Creative Commons Attribution-ShareAlike license.