RSS

Четверг, 18.04.2024, 09:24
Главная » WoW API » API Виджеты » Миникарта »

Minimap:SetIconTexture("filename")

[ править ]
Sets the texture used to display various points of interest on the minimap.
[клоны]
Sets the texture used to display various points of interest on the minimap. Usefulness of this method to addons is limited, as the replacement texture must match the specifications of the default texture (Interface\Minimap\POIIcons): a 256x256 pixel square containing a 16x16 grid of icons each 16x16 pixels square.


Signature:
Code
Minimap:SetIconTexture("filename")

Arguments:
  • filename - Path to a texture containing icons for various map landmarks (string)

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