GW2v2CharactersEquipmentTab
@Serializable
Information about a character's equipment tab.
Parameters
tab
the tab's ID
name
the equipment configuration's name
isActive
a flag indicating whether this tab is the active tab
equipment
the stored equipment
equipmentPvp
the character's PvP equipment
Constructors
Link copied to clipboard
constructor(tab: Int, name: String, isActive: Boolean, equipment: List<GW2v2CharactersEquipmentTab.Equipment>, equipmentPvp: GW2v2CharactersEquipmentTab.PvpEquipment)
Types
Link copied to clipboard
@Serializable
Information about a piece of equipment.
Link copied to clipboard
@Serializable
Information about a character's PvP equipment.