FixObjectArray
Class methods
clear
Clears the array (resets all objects to their default.
FixObjectArray.clear()
contains
checks if the array contains the object.
FixObjectArray.contains(var obj)
copy
Copies the property from each element into a buffer (or array).
FixObjectArray.copy(String propertyName, var target)
fill
Fills the array with the given object.
FixObjectArray.fill(var obj)
indexOf
Returns the index of the first element that matches the given object.
FixObjectArray.indexOf(var obj)
size
Returns the size of the array.
FixObjectArray.size()