Field AvatarPosition
- Namespace
- GuildWars2.Mumble
- Assembly
- GW2SDK.dll
Avatar position is the position of the player in the map coordinate system. X is measured along the east-west axis, Y measures elevation, Z is measured along the north-south axis.
public readonly Vector3 AvatarPosition
Returns
- Vector3
- Avatar position is the position of the player in the map coordinate system. X is measured along the east-west axis, Y measures elevation, Z is measured along the north-south axis.
Remarks
The values are in meters and must be converted to inches to use them like other coordinates in the game.