Tile - YServerData - Update Score – Ylands

From Bohemia Interactive Community
Jump to navigation Jump to search
(Created page with "{{Wiki|stub}} ---- {{Navbox/Ylands}} {{DEFAULTSORT:{{#sub:{{PAGENAME}}|14}}}} Category: Instructions Category: Ylands 1.6")
 
No edit summary
(2 intermediate revisions 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]]

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.