Background for Skyrim SE
Member of the PapyrusUtil script
Actor[]functionActorArray(intsize, Actorfiller=NONE)NativeGlobal

Description

Documentation Comment

Few extra array types not provided by SKSE normally to help avoid having to use and cast Form arrays


Parameters

  1. intsize

  2. Actorfiller=NONE


Examples

Auto-Generated Example

int myInt__size
Actor myActor__filler

Actor[] returnedValue = PapyrusUtil.ActorArray(myInt__size, myActor__filler)
Some data provided by the Skyrim Creation Kit Wiki. Licensed under the Creative Commons Attribution-ShareAlike license.