Background for Skyrim SE
Member of the DbBigActorArray script
DbBigActorArrayfunctionCreateMultiArray(FormBigArrayForm, intnumberOfSubArrays=1, intsubArraySize=1, ActorfillElement=NONE, boolpersistent=true, boolabInitiallyDisabled=true)Global

Description

Documentation Comment

create a multi dimensional array with numberOfSubArrays of subArraySize
BigArrayForm should have this script attached and the DynamicActorArrays script attached


Parameters

  1. FormBigArrayForm

  2. intnumberOfSubArrays=1

  3. intsubArraySize=1

  4. ActorfillElement=NONE

  5. boolpersistent=true

  6. boolabInitiallyDisabled=true


Examples

Auto-Generated Example

Form myForm__BigArrayForm
int myInt__numberOfSubArrays
int myInt__subArraySize
Actor myActor__fillElement
bool myBool__persistent
bool myBool__abInitiallyDisabled

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