Class Match
- Namespace
- GuildWars2.Wvw.Matches
- Assembly
- GW2SDK.dll
Information about a match in the World versus World (WvW) game mode.
public sealed record Match : IEquatable<Match>
- Inheritance
-
Match
- Implements
- Inherited Members
Properties
- AllWorlds
All worlds in the match.
- Deaths
The deaths distribution of the teams in the match.
- EndTime
The end time of the match.
- Id
The match ID.
- Kills
The kills distribution of the teams in the match.
- Maps
The maps in the match.
- Scores
The scores distribution of the teams in the match.
- Skirmishes
The skirmishes in the match.
- StartTime
The start time of the match.
- VictoryPoints
The victory points distribution of the teams in the match.
- Worlds
The worlds participating in the match.