Overview[edit | edit source]
This document describes various important UI elements which are provided by the standard World of Warcraft FrameXML UI.
MinimapCluster[edit | edit source]
Frame which represents the minimap area of the user interface.
Example: Determining if the mouse is over the minimap[edit | edit source]
if (MouseIsOver(MinimapCluster)) then -- do something end
Community content is available under CC-BY-SA unless otherwise noted.