Enum PvpRatingType
- Namespace
- GuildWars2.Pvp.Games
- Assembly
- GW2SDK.dll
The PvP game rating types. Player skill is rated differently for each game type.
[JsonConverter(typeof(PvpRatingTypeJsonConverter))]
public enum PvpRatingType
Fields
None = 0
An unrated game.
Ranked = 1
A ranked game with 5 players per team.
Ranked2v2 = 2
A ranked game with 2 players per team.
Ranked3v3 = 3
A ranked game with 3 players per team.
Unranked = 4
An unranked game.
Placeholder = 5
A placement game for a new PvP season.
The player skill rating is reset at the beginning of each season and 10 placement rounds must be played to obtain a new rating.
RankedPush = 6
A ranked Push game.