- Found in:
- Dylbills PE
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
Caveats
Parameters
FormBigArrayForm
intnumberOfSubArrays=1
intsubArraySize=1
ActorfillElement=NONE
boolpersistent=true
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)