Open main menu
Home
Random
Log in
Settings
About AddOn Studio
Disclaimers
AddOn Studio
Search
Editing
WoW:API UpdateMapHighlight
Warning:
You are not logged in. Your IP address will be publicly visible if you make any edits. If you
log in
or
create an account
, your edits will be attributed to your username, along with other benefits.
Anti-spam check. Do
not
fill this in!
{{wowapi}} __NOTOC__ name, fileName, texPctX, texPctY, texX, texY, scrollX, scrollY = UpdateMapHighlight(x, y); Provides rollover region detection for the map frame. ==Parameters== ===Arguments=== :;x : Number - X position of the click (A proportion between 0 and 1, relative to WorldMapDetailFrame) :;y : Number - Y position of the click (A proportion between 0 and 1, relative to WorldMapDetailFrame) ===Returns=== :;name : String - The name of the area which is being pointed at. :;fileName : String - The filename of the highlight texture to use, or <tt>nil</tt> if none. :;texPctX : Number - Proportion of the highlight texture's full width to use (proportion from 0 to 1) <small>this is a guess</small> :;texPctY : Number - Proportion of the highlight texture's full height to use (proportion from 0 to 1) <small>this is a guess</small> :;texX : Number - The width of the highlight texture as a proportion of the map's width (between 0 and 1) :;texY : Number - The height of the highlight texture as a proportion of the map's height (between 0 and 1) :;scrollX : Number - The X location of the start of the highlight texture as a proportion of the map's width (between 0 and 1) :;scrollY : Number - The Y location of the start of the highlight texture as a proportion of the map's height (between 0 and 1)
Summary:
Please note that all contributions to AddOn Studio are considered to be released under the Creative Commons Attribution-NonCommercial-ShareAlike (see
AddOn Studio Wiki:Copyrights
for details).
Submissions must be written by you, or copied from a public domain or similar free resource (see
AddOn Studio Wiki:Copyrights
for details).
Cancel
Editing help
(opens in new window)
Templates used on this page:
Template:Apinav
(
edit
)
Template:Editlink
(
edit
)
Template:Tocright
(
edit
)
Template:Wowapi
(
edit
)