RSS

Пятница, 29.03.2024, 09:09
Главная » WoW API » API Виджеты » Миникарта »

x, y = Minimap:GetPingPosition()

[ править ]
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)

Также смотрите: Миникарта
Ссылки: http://wowprogramming.com/docs/widgets/Minimap/GetPingPosition