DbBigStringArray
- 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 DynamicStringArrays script attached
- Found in:
- Dylbills PE
create a big string array with a max size of 16384
this script and the DynamicStringArrays 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
get the next element in the big array. Add 1 to currentIndex and get the element
if the current index is already at the last valid element (size - 1), goes to the first index in the array (0).
- Found in:
- Dylbills PE
set the next element in the big array. Add 1 to currentIndex and set the element
if the current index is already at the last valid element (size - 1), goes to the first index in the array (0).
- 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
Set the element at the index in the big array and set CurrentIndex to index (for getNext, setNext, GetPrevious and SetPrevious functions)
- Found in:
- Dylbills PE
Set the element at the index in the large array and set CurrentIndex (for getNext, setNext, GetPrevious and SetPrevious functions)
- Found in:
- Dylbills PE
use sparingly, pushback is much faster.
- Found in:
- Dylbills PE
get the last element of the big array and remove it, reducing the size by 1
- Found in:
- Dylbills PE
remove the string at the index, reducing the size by 1 and moving each element after the index back by 1.
returns the string that's currently at the index
- 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
