Table of Contents

Enum GameType

Namespace
GuildWars2.Items
Assembly
GW2SDK.dll

The game types where items can be used.

[JsonConverter(typeof(GameTypeJsonConverter))]
public enum GameType

Fields

Activity = 1

Usable in activities.

Dungeon = 2

Usable in dungeons.

Pve = 3

Usable in open world PvE.

Pvp = 4

Usable in PvP matches.

PvpLobby = 5

Usable in the Heart of the Mists.

Wvw = 6

Usable in World vs. World.