CharactersEquipmentTab
@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<GW2v2Character.CharactersEquipmentTab.Equipment>, equipmentPvp: GW2v2Character.CharactersEquipmentTab.PvpEquipment)
Types
Link copied to clipboard
@Serializable
Information about a piece of equipment.
Link copied to clipboard
Information about a character's PvP equipment.
Properties
Link copied to clipboard
This field holds the stored equipment.
Link copied to clipboard
@SerialName(value = "equipment_pvp")
This field holds the character's PvP equipment.