Background for Skyrim SE
Member of the PapyrusUtil script
Actor[]functionResizeActorArray(Actor[]ArrayValues, inttoSize, Actorfiller=NONE)NativeGlobal


Parameters

  1. Actor[]ArrayValues

  2. inttoSize

  3. Actorfiller=NONE


Examples

Auto-Generated Example

Actor[] myActorArray__ArrayValues
int myInt__toSize
Actor myActor__filler

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