Description
Returns a copy of a specified array with its elements in reverse order. The original array is not modified. Useful for reversing sorted leaderboards, processing queue structures as stacks, or iterating over a sequence in the opposite direction.
Snippet
Array Reversed(Global.LeaderboardArray);
Properties
Returns: Array
Parameters: Array
Array
Type: Array, Default: Empty Array
The array to reverse.