MatchType Enum
The MatchType enum represents various types of matches available in the game. Each value corresponds to a specific match type.
Enum Values
| Name | Value | Description |
|---|---|---|
MATCH_TYPE_CASUAL | 0 | Standard casual match. |
MATCH_TYPE_COOP_BOTS | 1 | Cooperative match against bots. |
MATCH_TYPE_LEGACY_TEAM_RANKED | 2 | Legacy team-based ranked match. |
MATCH_TYPE_LEGACY_SOLO_QUEUE | 3 | Legacy solo queue ranked match. |
MATCH_TYPE_COMPETITIVE | 4 | Competitive ranked match. |
MATCH_TYPE_WEEKEND_TOURNEY | 5 | Weekend tournament match. |
MATCH_TYPE_CASUAL_1V1 | 6 | Casual 1v1 match. |
MATCH_TYPE_EVENT | 7 | Event-based match. |
MATCH_TYPE_SEASONAL_RANKED | 8 | Seasonal ranked match. |
MATCH_TYPE_LOWPRI_DEPRECATED | 9 | Low-priority match (deprecated). |
MATCH_TYPE_STEAM_GROUP | 10 | Steam group-based match. |
MATCH_TYPE_MUTATION | 11 | Mutation mode match. |
MATCH_TYPE_COACHES_CHALLENGE | 12 | Coaches' challenge match. |
MATCH_TYPE_GAUNTLET | 13 | Gauntlet mode match. |
MATCH_TYPE_NEW_PLAYER_POOL | 14 | Match specifically for new players. |