WoW:FrameXML elements

From AddOn Studio
Revision as of 04:48, 15 August 2023 by Move page script (talk | contribs) (Move page script moved page FrameXML elements to FrameXML elements without leaving a redirect)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

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