Tile - YServerData - Get Segment – Ylands
Jump to navigation
Jump to search
(Created page with "{{Wiki|stub}} ---- {{Navbox/Ylands}} {{DEFAULTSORT:{{#sub:{{PAGENAME}}|14}}}} Category: Instructions Category: Ylands 1.6") |
Lou Montana (talk | contribs) m (Text replacement - "{{DEFAULTSORT:{{#sub:{{PAGENAME}}|14}}}}" to "{{DEFAULTSORT:{{#sub:{{PAGENAME}}|7}}}}") |
||
(3 intermediate revisions by one other user not shown) | |||
Line 1: | Line 1: | ||
<!--- | |||
THIS PAGE WAS GENERATED AUTOMATICALLY; DO NOT EDIT IT, OTHERWISE YOUR CHANGES WILL BE LOST DURING FUTURE UPDATE. | |||
--> | |||
== Get Segment(Scope, Leaderboard, Period, From, To, On result) == | |||
[[File:YlandsTile-1013.png]] | |||
<pre>static getLeaderboardSegment(dataScope: YServerDataScope, leaderboardUid: String, leaderboardPeriod: YLeaderboardPeriod, from: number, to: number, onResult: (result: YLeaderboardSegmentResult) => void): void;</pre> | |||
=== Parameters === | |||
==== dataScope ==== | |||
Whenever you are quering data from Game or Game Set | |||
==== leaderboardUid ==== | |||
Target leaderboard variable (i.e score) | |||
==== leaderboardPeriod ==== | |||
Target leaderboard time period | |||
==== from ==== | |||
Leaderboard segment start (min 1) | |||
==== to ==== | |||
Leaderboard segment start (max 500) | |||
==== onResult ==== | |||
Player leaderboard information (array) | |||
=== Availability === | |||
[[Ylands:Tile Availability - Server|Server]] | |||
=== Description === | |||
Returns leaderbord info for selected leaderboard range, which can be then parsed for more data. | |||
=== Notes === | |||
* Leaderboards are ranked from 1 to 500, further position are unranked. | |||
---- | ---- | ||
{{Navbox/Ylands}} | {{Navbox/Ylands}} | ||
{{DEFAULTSORT:{{#sub:{{PAGENAME}}| | {{DEFAULTSORT:{{#sub:{{PAGENAME}}|7}}}} | ||
[[Category: Instructions]] | [[Category: Instructions]] | ||
Latest revision as of 14:27, 24 November 2023
Get Segment(Scope, Leaderboard, Period, From, To, On result)
static getLeaderboardSegment(dataScope: YServerDataScope, leaderboardUid: String, leaderboardPeriod: YLeaderboardPeriod, from: number, to: number, onResult: (result: YLeaderboardSegmentResult) => void): void;
Parameters
dataScope
Whenever you are quering data from Game or Game Set
leaderboardUid
Target leaderboard variable (i.e score)
leaderboardPeriod
Target leaderboard time period
from
Leaderboard segment start (min 1)
to
Leaderboard segment start (max 500)
onResult
Player leaderboard information (array)
Availability
Description
Returns leaderbord info for selected leaderboard range, which can be then parsed for more data.
Notes
- Leaderboards are ranked from 1 to 500, further position are unranked.