WoW:FrameXML elements: Difference between revisions
Jump to navigation
Jump to search
mNo edit summary |
m (Move page script moved page FrameXML elements to FrameXML elements without leaving a redirect) |
||
(3 intermediate revisions by 3 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 === | === MinimapCluster === | ||
Line 36: | Line 13: | ||
end | end | ||
[[Category: | [[Category:FrameXML documentation]] |
Latest revision as of 04:48, 15 August 2023
Overview[edit]
This document describes various important UI elements which are provided by the standard World of Warcraft FrameXML UI.
MinimapCluster[edit]
Frame which represents the minimap area of the user interface.
Example: Determining if the mouse is over the minimap[edit]
if (MouseIsOver(MinimapCluster)) then -- do something end