WoW:API GetMapOverlayInfo: Difference between revisions
Jump to navigation
Jump to search
GetMapOverlayInfo -Documentation by Flickering-
(First version for this function) |
mNo edit summary |
||
Line 25: | Line 25: | ||
---- | ---- | ||
{{Template:WoW API}} | {{Template:WoW API}} | ||
[[Category:API Functions|GetMapOverlayInfo]] | |||
[[Category:API World Map Functions|GetMapOverlayInfo]] | [[Category:API World Map Functions|GetMapOverlayInfo]] |
Revision as of 19:14, 29 August 2005
textureName, texWidth, texHeight, ofsX, ofsY, mapX, mapY = GetMapOverlayInfo(overlayIndex);
Returns the information about an overlay on the current world map.
- Arguments
- (overlayIndex)
- overlayIndex
- Number - Indicates which overlay to query (from 1 to GetNumMapOverlays())
- Returns
- textureName, texWidth, texHeight, ofsX, ofsY, mapX, mapY
- textureName
- String - The path of the overlay texture
- texWidth
- Number - The width of the resulting texture in pixels.
- texHeight
- Number - The height of the resulting texture in pixels.
- ofsX
- Number - X direction pixel offset of the overlay texture from the map texture
- ofsY
- Number - Y direction pixel offset of the overlay texture from the map texture
- mapX
- Number - Unknown - always 0 and not used in UI.
- mapY
- Number - Unknown - always 0 and not used in UI.