leaderboardGetRows: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
m (Text replacement - "\|x([0-9])= *<code>([^<]*)<\/code>" to "|x$1= <sqf>$2</sqf>")
m (Some wiki formatting)
Line 6: Line 6:
|gr1= Leaderboards
|gr1= Leaderboards


|descr= Returns an array with values for the given leaderboard, the array is in format: <nowiki>[[player1Name, score, rank], [player2Name, score, rank], [player3Name, score, rank] ... ]</nowiki>; This can be called after the one of the row request function has been called and successfully finished!
|descr= Returns values for the given leaderboard; this can be called after the one of the row request function has been called and successfully finished!


|s1= [[leaderboardGetRows]] boardName
|s1= [[leaderboardGetRows]] boardName
Line 12: Line 12:
|p1= boardName: [[String]]
|p1= boardName: [[String]]


|r1= [[Array]]
|r1= [[Array]] in format: <nowiki>[[player1Name, score, rank], [player2Name, score, rank], [player3Name, score, rank] ... ]</nowiki>


|x1= <sqf>leaderboardGetRows "TT01"</sqf>
|x1= <sqf>leaderboardGetRows "TT01"</sqf>
|x2=
|x3=
|x4=
|x5=
|x6=
|x7=
|x8=
|x9=
|x10=


|seealso= [[leaderboardDeInit]] [[leaderboardInit]] [[leaderboardRequestRowsFriends]] [[leaderboardRequestRowsGlobal]] [[leaderboardRequestRowsGlobalAroundUser]] [[leaderboardsRequestUploadScore]] [[leaderboardsRequestUploadScoreKeepBest]] [[leaderboardState]]
|seealso= [[leaderboardDeInit]] [[leaderboardInit]] [[leaderboardRequestRowsFriends]] [[leaderboardRequestRowsGlobal]] [[leaderboardRequestRowsGlobalAroundUser]] [[leaderboardsRequestUploadScore]] [[leaderboardsRequestUploadScoreKeepBest]] [[leaderboardState]]
}}
}}

Revision as of 21:01, 13 May 2022

Hover & click on the images for description

Description

Description:
Returns values for the given leaderboard; this can be called after the one of the row request function has been called and successfully finished!
Groups:
Leaderboards

Syntax

Syntax:
leaderboardGetRows boardName
Parameters:
boardName: String
Return Value:
Array in format: [[player1Name, score, rank], [player2Name, score, rank], [player3Name, score, rank] ... ]

Examples

Example 1:
leaderboardGetRows "TT01"

Additional Information

See also:
leaderboardDeInit leaderboardInit leaderboardRequestRowsFriends leaderboardRequestRowsGlobal leaderboardRequestRowsGlobalAroundUser leaderboardsRequestUploadScore leaderboardsRequestUploadScoreKeepBest leaderboardState

Notes

Report bugs on the Feedback Tracker and/or discuss them on the Arma Discord or on the Forums.
Only post proven facts here! Add Note