GW2v2Character

constructor(name: String, race: String, gender: String, profession: String, level: Int, guild: String? = null, age: Int, created: String, lastModified: String, deaths: Int, title: Int? = null, wvwAbilities: List<GW2v2Character.WvwAbility>, flags: List<String>, buildTabsUnlocked: Int, activeBuildTab: Int, equipmentTabsUnlocked: Int, activeEquipmentTab: Int, backstory: List<String>, buildTabs: List<GW2v2CharactersBuildTab>, crafting: List<GW2v2Character.Discipline>, equipment: List<GW2v2Character.EquipmentSlot>, equipmentTabs: List<GW2v2Character.CharactersEquipmentTab>, bags: List<GW2v2Character.Bag>, recipes: List<Int>, training: List<GW2v2Character.Training>)

Parameters

name

the character's name

race

the ID of the character's race

gender

the character's gender

profession

the ID of the character's profession

level

the character's level

guild

the ID of the character's represented guild

age

the amount of seconds the character was played

created

the ISO-8601 standard timestamp of when the character was created

lastModified

the ISO-8601 standard timestamp of when the API record of the character was last modified

deaths

the amount of times the character has been defeated

title

the ID of the character's selected title

wvwAbilities

information about the WvW abilities of the character

flags

various additional flags

buildTabsUnlocked

the number of build tabs unlocked for the character

activeBuildTab

the ID of the character's active build tab

equipmentTabsUnlocked

the number of equipment tabs unlocked for the character

activeEquipmentTab

the ID of the character's active equipment tab

backstory

the IDs of the character's backstory answers

buildTabs

the character's build tabs

crafting

the character's crafting disciplines

equipment

the character's equipment

equipmentTabs

the character's equipment tabs

bags

the character's inventory bags

recipes

the IDs of the character's crafting recipes

training

the training information for a character's trained skill-trees