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


Caveats


Parameters

Actor[]ArrayValues

inttoSize

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.