Enum KaijuLeaderboardRequest
The type of request for leaderboards.
Global - Global rankings, with indices representing global positions. The top placed player starts at one, not zero.
Around - Global rankings around our position on the leaderboard, including the user's position. Negative values represent values ahead of the user, and positive after the user.
Friends - Rankings of all friends. Start and end values are ignored.
Namespace: KaijuSolutions.MultiplayerEngine
Syntax
public enum KaijuLeaderboardRequest
Fields
| Name | Description |
|---|---|
| Around | Global rankings around our position on the leaderboard, including the user's position. Negative values represent values ahead of the user, and positive after the user. |
| Friends | Rankings of all friends. Start and end values are ignored. |
| Global | Global rankings, with indices representing global positions. The top placed player starts at one, not zero. |