leaderboardsRequestUploadScore: Difference between revisions
Jump to navigation
Jump to search
Lou Montana (talk | contribs) m (Text replacement - "\[\[Category:[ _]?Scripting[ _]Commands[ _]Arma[ _]3(\|.*)\]\]" to "{{GameCategory|arma3|Scripting Commands}}") |
BrettMayson (talk | contribs) mNo edit summary |
||
(24 intermediate revisions by 3 users not shown) | |||
Line 1: | Line 1: | ||
{{ | {{RV|type=command | ||
| arma3 | | |game1= arma3 | ||
|version1= 1.42 | |||
| | |gr1= Leaderboards | ||
| | |descr= Starts async. operation to upload score to board with given name, value always overwrite the current value in the board. The board has to be initialized before the call. | ||
| | |s1= [[leaderboardsRequestUploadScore]] [boardName, score, details] | ||
| | |p1= boardName: [[String]] | ||
| | |p2= score: [[Number]] | ||
| | |p3= details: [[Array]] - (Optional) | ||
| | |r1= [[Boolean]] | ||
| [[ | |x1= <sqf>leaderboardsRequestUploadScore ["TT01", 1234, [5,6,7,8]];</sqf> | ||
|seealso= [[leaderboardRequestRowsGlobal]] | |||
| | |||
}} | }} | ||
Latest revision as of 05:56, 27 November 2023
Description
- Description:
- Starts async. operation to upload score to board with given name, value always overwrite the current value in the board. The board has to be initialized before the call.
- Groups:
- Leaderboards
Syntax
- Syntax:
- leaderboardsRequestUploadScore [boardName, score, details]
- Parameters:
- boardName: String
- score: Number
- details: Array - (Optional)
- Return Value:
- Boolean
Examples
- Example 1:
- leaderboardsRequestUploadScore ["TT01", 1234, [5,6,7,8]];
Additional Information
- See also:
- leaderboardRequestRowsGlobal
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