Returns the location of the last "ping" on the minimap.
Returns the location of the last "ping" on the minimap. Coordinates are pixel distances relative to the center of the minimap (not fractions of the minimap's size as with :GetPingPosition()); positive coordinates are above or to the right of the center, negative are below or to the left.
Signature:
Code
x, y = Minimap:GetPingPosition()
Returns:
x - Horizontal coordinate of the "ping" position (number)
y - Vertical coordinate of the "ping" position (number)