- Found in:
- Dylbills PE
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
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)