RSS

Четверг, 25.04.2024, 23:43
Главная » WoW API » API Виджеты » Миникарта »

Minimap:PingLocation(x, y)

[ править ]
"Pings" the minimap at a given location.
[клоны]
"Pings" the minimap at a given location. 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
Minimap:PingLocation(x, y)

Arguments:
  • x - Horizontal coordinate of the "ping" position (in pixels) (number)
  • y - Vertical coordinate of the "ping" position (in pixels) (number)

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