WoW:Events/M: Difference between revisions
(This revision and previous are available under: CC BY-SA 3.0. See list of authors in previous history below.) |
|
(No difference)
|
Latest revision as of 04:48, 15 August 2023
|
|
[edit]
"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.).
|
[edit]
"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_LOCK_SEND_ITEMS"
|
Category: Mail |
Fired when you send an item that needs a confirmation (e.g. heirlooms that are still refundable)
|
"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_SUCCESS"
|
Category: Mail |
? |
"MAIL_UNLOCK_SEND_ITEMS"
|
Category: Mail |
Fires when the mail confirmation is cancelled and the concerned item(s) need to be unlocked |
[edit]
"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.
|
"MERCHANT_CLOSED"
|
Category: Misc |
Fired when a merchant frame closes. (Called twice)
|
[edit]
"MERCHANT_SHOW"
|
Category: Misc |
Fired when the merchant frame is shown.
|
"MERCHANT_UPDATE"
|
Category: Misc |
Fired when a merchant updates |
"MINIGAME_UPDATE"
|
Category: Misc |
? |
"MINIMAP_PING"
|
Category: Map |
Fired when the minimap is pinged.
|
[edit]
"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.
|
"MIRROR_TIMER_PAUSE"
|
Category: Misc |
Fired when the mirror timer is paused.
|
[edit]
"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.
|
"MOVIE_COMPRESSING_PROGRESS"
|
Category: Movie Capture |
? |
"MOVIE_RECORDING_PROGRESS"
|
Category: Movie Capture |
? |
"MOVIE_UNCOMPRESSED_MOVIE"
|
Category: Movie Capture |
? |
"MUTELIST_UPDATE"
|
Category: Communication |
? |