Table of Contents

Property EquippedItems

Namespace
GuildWars2.Hero.Accounts
Assembly
GW2SDK.dll

EquippedItems

All the items equipped by the current character. This includes items from all equipment templates, not just the current template.

public required IReadOnlyList<EquipmentItem>? EquippedItems { get; init; }

Property Value

IReadOnlyList<EquipmentItem>