leaderboardState: Difference between revisions
Jump to navigation
Jump to search
Lou Montana (talk | contribs) m (Text replacement - "\|x([0-9])= <sqf>([^\/: ]+)([^;])<\/sqf>" to "|x$1= <sqf>$2$3;</sqf>") |
Lou Montana (talk | contribs) m (Some wiki formatting) |
||
Line 6: | Line 6: | ||
|gr1= Leaderboards | |gr1= Leaderboards | ||
|descr= | |descr= Returns the state of the board with the given name. | ||
|s1= [[leaderboardState]] boardname | |s1= [[leaderboardState]] boardname | ||
|p1= boardname: [[String]] | |p1= boardname: [[String]] | ||
|r1= [[Number]] | |r1= [[Number]] | ||
* 0: Busy (async. operation in progress) | |||
* 1: Async. operation ended with success | |||
* 2: Async. operation ended with error | |||
* 3: Invalid board (bad board name, not initialised etc) | |||
|x1= <sqf>leaderboardState | |x1= <sqf>leaderboardState "TT01";</sqf> | ||
|seealso= [[leaderboardsRequestUploadScoreKeepBest]] [[leaderboardsRequestUploadScore]] | |seealso= [[leaderboardsRequestUploadScoreKeepBest]] [[leaderboardsRequestUploadScore]] | ||
}} | }} | ||
Revision as of 22:15, 4 August 2022
Description
- Description:
- Returns the state of the board with the given name.
- Groups:
- Leaderboards
Syntax
- Syntax:
- leaderboardState boardname
- Parameters:
- boardname: String
- Return Value:
- Number
- 0: Busy (async. operation in progress)
- 1: Async. operation ended with success
- 2: Async. operation ended with error
- 3: Invalid board (bad board name, not initialised etc)
Examples
- Example 1:
- leaderboardState "TT01";
Additional Information
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