Description
A copy of the specified array containing only values from a specified index range.
Return
array: object
Arguments
Name: ARRAY
Description: The array from which to make a copy.
Type:
Array: Object
Default: ALL PLAYERSName: START INDEX
Description: The first index of the range.
Type: unsigned int
Default: NUMBERName: COUNT
Description: The number of elements in the resulting array. The resulting array will contain fewer elements if the specified range exceeds the bounds of the array.
Type: unsigned int
Default: NUMBER