Class Identity
- Namespace
- GuildWars2.Mumble
- Assembly
- GW2SDK.dll
Information about the player character's identity provided by the MumbleLink API.
public sealed record Identity : IEquatable<Identity>
- Inheritance
-
Identity
- Implements
- Inherited Members
Properties
- Commander
Indicates whether the player is currently the leader of a squad.
- FieldOfView
The vertical field of view.
- MapId
The ID of the current character's map.
- Name
The current character's name.
- Profession
The current character's profession.
- Race
The current character's race.
- SpecializationId
The ID of the current character's Elite specialization slot.
- TeamColorId
The current character's team color. It is the ID of a dye color that can be resolved from the API. 0 means neutral / white.
- UiSize
The chosen user interface size setting.
- WorldId
The ID of the current character's world.