Difference between revisions of "Ylands:Tile - YServerData - Update Score"

From Bohemia Interactive Community
Jump to navigation Jump to search
m (YlandsClassyBot moved page Ylands Tile - Leaderboard - get-set score to Tile - YServerData - Update Score: New Structure)
 
(One intermediate revision by the same user not shown)
Line 1: Line 1:
{{Wiki|stub}}
+
<!---
 +
THIS PAGE WAS GENERATED AUTOMATICALLY; DO NOT EDIT IT, OTHERWISE YOUR CHANGES WILL BE LOST DURING FUTURE UPDATE.
 +
-->
 +
== Update Score(Player, Scope, Leaderboard, Value) ==
 +
 
 +
[[File:YlandsTile-1011.png]]
 +
 
 +
<pre>static updateLeaderboardScore(player: YCharacter, dataScope: YServerDataScope, leaderboardUid: String, score: number): void;</pre>
 +
=== Parameters ===
 +
 
 +
==== player ====
 +
 
 +
Target player
 +
 
 +
==== dataScope ====
 +
 
 +
Whenever you are storing data to Game or Game Set
 +
 
 +
==== leaderboardUid ====
 +
 
 +
Target leaderboard variable (i.e score)
 +
 
 +
==== score ====
 +
 
 +
New score value
 +
 
 +
=== Availability ===
 +
 
 +
[[Ylands:Tile Availability - Server|Server]]
 +
 
 +
=== Description ===
 +
 
 +
Allows to update player score value automatically for all time periods.
  
  
Line 7: Line 39:
  
 
[[Category: Instructions]]
 
[[Category: Instructions]]
[[Category: Ylands 1.6]]
 

Latest revision as of 12:16, 12 November 2021

Update Score(Player, Scope, Leaderboard, Value)

YlandsTile-1011.png

static updateLeaderboardScore(player: YCharacter, dataScope: YServerDataScope, leaderboardUid: String, score: number): void;

Parameters

player

Target player

dataScope

Whenever you are storing data to Game or Game Set

leaderboardUid

Target leaderboard variable (i.e score)

score

New score value

Availability

Server

Description

Allows to update player score value automatically for all time periods.