WoW:API Minimap SetBlipTexture: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
m (Move page script moved page API Minimap SetBlipTexture to API Minimap SetBlipTexture without leaving a redirect) |
||
(One intermediate revision by one other user not shown) | |||
Line 1: | Line 1: | ||
{{widgetmethod}} | |||
This function allows you to change the dots that appear on the minimap. The default dots are stored in ObjectIcons.blp. | This function allows you to change the dots that appear on the minimap. The default dots are stored in ObjectIcons.blp. | ||
Latest revision as of 04:46, 15 August 2023
← Widget API ← Minimap < SetBlipTexture
This function allows you to change the dots that appear on the minimap. The default dots are stored in ObjectIcons.blp.
There are 5 dots:
- Resource node (mine, herb), texcoords left=0 right=.25 top=0 bottom=.25
- Tracking (humanoid, undead, etc), texcoords left=.25 right=.5 top=0 bottom=.25
- Uncertain (green dot), texcoords left=.5 right=.75 top=0 bottom=.25
- Quest complete, texcoords left=.75 right=1 top=0 bottom=.25
- Party members/pet, texcoords left=0 right=.25 top=.25 bottom=.5
The behavior cannot be modified, only the texture the game uses when it decides which dot to draw.