Events/M
From WoWWiki
| |||||||||||||||||||||
"MACRO_ACTION_BLOCKED"
| Category: System |
|
(this event doesn't seem to be used anymore, use MACRO_ACTION_FORBIDDEN) |
"MACRO_ACTION_FORBIDDEN"
| Category: System |
|
Sent when a macro tries use actions that are always forbidden (movement, targeting, etc.).
|
"MAIL_CLOSED"
| Category: Mail |
|
Fired when the mailbox window is closed. |
"MAIL_FAILED"
| Category: Mail |
|
|
"MAIL_INBOX_UPDATE"
| Category: Mail |
|
This event is fired when the inbox changes in any way, including
|
"MAIL_SEND_INFO_UPDATE"
| Category: Mail |
|
Fired when an item is dragged to or from the Send Item box in an outgoing mail message.
|
"MAIL_SEND_SUCCESS"
| Category: Mail |
|
Fired when a mail has been successfully sent to the mailbox of the recipient, it is also called when the mailbox is opened for some reason ... bug?
|
"MAIL_SHOW"
| Category: Mail |
|
Fired when the mailbox is first opened.
|
"MEETINGSTONE_CHANGED"
| Category: Party,Instance |
|
|
"MEMORY_EXHAUSTED"
| Category: System |
|
Fired when all memory allocated to the UI is exhausted.
Note: This event no longer fires. The client no longer uses a fixed memory limit. |
"MEMORY_RECOVERED"
| Category: System |
|
Fired when WoW recovers from an out of memory error. Note: This event no longer fires. The client no longer uses a fixed memory limit. |
"MERCHANT_CLOSED"
| Category: Misc |
|
Fired when a merchant frame closes. (Called twice)
|
"MERCHANT_SHOW"
| Category: Misc |
|
Fired when the merchant frame is shown.
|
"MERCHANT_UPDATE"
| Category: Misc |
|
Fired when a merchant updates
|
"MINIMAP_PING"
| Category: Map |
|
Fired when the minimap is pinged.
|
"MINIMAP_UPDATE_ZOOM"
| Category: Map |
|
Fired when the minimap scaling factor is changed. This happens, generally, whenever the player moves indoors from outside, or vice versa. There are no arguments to this event. To test the player's location, compare the minimapZoom and minimapInsideZoom CVars with the current minimap zoom level (see GetZoom). This event does not relate to the + and - minimap zoom buttons. |
"MINIMAP_UPDATE_TRACKING"
| Category: Map |
|
Added in 2.3, this event is fired when the player selects a different tracking type from the menu attached to the mini map. There seems to be no useful arguments as of the time of this writing.
|
"MINIMAP_ZONE_CHANGED"
| Category: Map |
|
(this event doesn't seem to be used anymore since 2.4, use ZONE_CHANGED and ZONE_CHANGED_INDOORS) Fired whenever the text above the Minimap changes, i.e. each time the player changes the area or the zone in the current area. The main difference to the ZONE_CHANGED event is that at the time the MINIMAP_ZONE_CHANGED event is fired, the GetRealZoneText(), GetSubZoneText() and GetMinimapZoneText() do already return the information for the new zone.
|
"MIRROR_TIMER_PAUSE"
| Category: Misc |
|
Fired when the mirror timer is paused.
|
"MIRROR_TIMER_START"
| Category: Misc |
|
Fired when some sort of timer starts.
|
"MIRROR_TIMER_STOP"
| Category: Misc |
|
Fired when a mirror timer is stopped.
|
"MODIFIER_STATE_CHANGED"
| Category: Misc |
|
Fired when shift/ctrl/alt keys are pressed or released. Does not fire when an EditBox has keyboard focus.
|
