leaderboardGetRows boardName

Operand types

boardName: String

Type of returned value

Description

Returns an array with values for the given leaderboard, the array is in format: [[player1Name, score, rank], [player2Name, score, rank], [player3Name, score, rank] ... ]

This can be called after the one of the row request function has been called and successfully finished!

Used In

Arma3

Example

leaderboardGetRows "TT01";
Search OFPEC COMREF