Tile - YServerData - Get Score – Ylands

From Bohemia Interactive Community
Revision as of 09:52, 8 July 2021 by YlandsClassyBot (talk | contribs) (Created page with "<!--- THIS PAGE WAS GENERATED AUTOMATICALLY; DO NOT EDIT IT, OTHERWISE YOUR CHANGES WILL BE LOST DURING FUTURE UPDATE. --> == Get Score(Player, Scope, Leaderboard, Period) ==...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Get Score(Player, Scope, Leaderboard, Period)

YlandsTile-1009.png

static getLeaderboardScore(player: YCharacter, dataScope: YServerDataScope, leaderboardUid: String, leaderboardPeriod: YLeaderboardPeriod): number;

Parameters

player

Target player

dataScope

Whenever you are quering data from Game or Game Set

leaderboardUid

Selected leaderboard variable (i.e score)

leaderboardPeriod

Selected leaderboard time period

Returns

number

Description

Returns selected score value of target player.