m
Move page script moved page FrameXML elements to WoW:FrameXML elements without leaving a redirect
m (new page experiment) |
m (Move page script moved page FrameXML elements to WoW:FrameXML elements without leaving a redirect) |
||
| (8 intermediate revisions by 8 users not shown) | |||
| Line 1: | Line 1: | ||
{{Stub/API}} | |||
== Overview == | == Overview == | ||
This document describes various important UI elements which are provided by the standard World of Warcraft FrameXML UI. | This document describes various important UI elements which are provided by the standard World of Warcraft FrameXML UI. | ||
== | === MinimapCluster === | ||
Frame which represents the minimap area of the user interface. | |||
==== Example: Determining if the mouse is over the minimap ==== | |||
if (MouseIsOver(MinimapCluster)) then | |||
-- do something | |||
end | |||
[[Category:FrameXML documentation]] | |||