DbBigActorArray
- Found in:
- Dylbills PE
Inheritance Tree
No indexed scripts extend this script.
Properties
dylbills
Events
Functions
- Found in:
- Dylbills PE
- Found in:
- Dylbills PE
- Found in:
- Dylbills PE
- Found in:
- Dylbills PE
- Found in:
- Dylbills PE
- Found in:
- Dylbills PE
set the current index (between -1 and size)
for use with getNext, SetNext, GetPrevious, SetPrevious functions
- Found in:
- Dylbills PE
don't use, for internal use only
- Found in:
- Dylbills PE
CurrentIndex is used for getNext, SetNext, GetPrevious, SetPrevious functions
- Found in:
- Dylbills PE
CurrentIndex is used for getNext, SetNext, GetPrevious, SetPrevious functions
- Found in:
- Dylbills PE
CurrentIndex is used for getNext, SetNext, GetPrevious, SetPrevious functions
- Found in:
- Dylbills PE
current sub array set internally. (Array0, Array1, Array2 ect. Matches the CurrentSubArrayIndex)
used for getNext, SetNext, GetPrevious, SetPrevious functions
- Found in:
- Dylbills PE
- Found in:
- Dylbills PE
- Found in:
- Dylbills PE
- Found in:
- Dylbills PE
- Found in:
- Dylbills PE
create a multi dimensional array with numberOfSubArrays of subArraySize
BigArrayForm should have this script attached and the DynamicActorArrays script attached
- Found in:
- Dylbills PE
create a big Actor array with a max size of 16384
this script and the DynamicActorArrays script should be attached to the BigArrayForm
- Found in:
- Dylbills PE
- Found in:
- Dylbills PE
- Found in:
- Dylbills PE
- Found in:
- Dylbills PE
- Found in:
- Dylbills PE
- Found in:
- Dylbills PE
- Found in:
- Dylbills PE
Get the previous element in the big array. Subtract 1 to currentIndex and get the element
if the current index is at the first element (0), goes to the last valid index in the array (size - 1).
- Found in:
- Dylbills PE
Set the previous element in the big array. Subtract 1 to currentIndex and set the element
if the current index is at the first element (0), goes to the last valid index in the array (size - 1).
- Found in:
- Dylbills PE
- Found in:
- Dylbills PE
- Found in:
- Dylbills PE
- Found in:
- Dylbills PE
- Found in:
- Dylbills PE
- Found in:
- Dylbills PE
- Found in:
- Dylbills PE
- Found in:
- Dylbills PE
- Found in:
- Dylbills PE
get Nth array in this object (0 to 100)
if akSize > 0, set's the size of subArray to akSize before returning
- Found in:
- Dylbills PE
