- 5 Talk
-
FrameXML elements
| | This article or section is a World of Warcraft API stub. You can help expand it by editing it.
|
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