Background for Skyrim SE
Member of the DbBigActorArray script
DbBigActorArrayfunctionCreate(FormBigArrayForm, intakSize=0, ActorfillElement=NONE, boolpersistent=true, boolabInitiallyDisabled=true)Global

Description

Documentation Comment

create a big Actor array with a max size of 16384
this script and the DynamicActorArrays script should be attached to the BigArrayForm


Caveats


Parameters

FormBigArrayForm

intakSize=0

ActorfillElement=NONE

boolpersistent=true

boolabInitiallyDisabled=true


Examples

Auto-Generated Example

Form myForm__BigArrayForm
int myInt__akSize
Actor myActor__fillElement
bool myBool__persistent
bool myBool__abInitiallyDisabled

DbBigActorArray returnedValue = DbBigActorArray.Create(myForm__BigArrayForm, myInt__akSize, myActor__fillElement, myBool__persistent, myBool__abInitiallyDisabled)
Some data provided by the Skyrim Creation Kit Wiki. Licensed under the Creative Commons Attribution-ShareAlike license.