Struct Context
- Namespace
- GuildWars2.Mumble
- Assembly
- GW2SDK.dll
Context information provided by the MumbleLink API.
public readonly record struct Context : IEquatable<Context>
- Implements
- Inherited Members
Fields
- BuildId
The build ID of the game client.
- CompassHeight
The height of the resizable compass in pixels.
- CompassRotation
The compass rotation in radians.
- CompassWidth
The width of the resizable compass in pixels.
- Instance
The player's current instance.
- MapCenterX
The current X position of the center of the world map or compass in the continent coordinate system (inches).
- MapCenterY
The current Y position of the center of the world map or compass in the continent coordinate system (inches).
- MapId
The player's current map ID.
- MapScale
The zoom level of the world map when the map is open, or the compass otherwise.
- MapType
The player's current map type.
- PlayerX
The player's current X position in the continent coordinate system (inches).
- PlayerY
The player's current Y position in the continent coordinate system (inches).
- ProcessId
The process ID of the game client.
- ShardId
The player's current shard ID.
- UiState
Miscellaneous user interface state flags.
Properties
- IsMounted
Indicates whether the player is currently using a mount.
- Mount
The player's current mount.
- ServerAddress
The server IP and port.