WoW:Events/I: 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]
"IGNORELIST_UPDATE"
|
Category: Communication |
Fired when a player is added or removed from the ignore list. Event is called twice. Not certain why it is called twice.
|
"IGR_BILLING_NAG_DIALOG"
|
Category: Misc |
"INSPECT_ACHIEVEMENT_READY"
|
Category: Inspect,Misc |
? |
"INSPECT_HONOR_UPDATE"
|
Category: Inspect,Misc |
? |
"INSPECT_READY"
|
Category: Talents |
After a NotifyInspect(unit) is called, this is fired, indicating the Inspected player's talents have been loaded.
NOTE: Added in the 4.0.1 patch |
"INSPECT_TALENT_READY"
|
Category: Talents |
After a NotifyInspect(unit) is called, this is fired, indicating the Inspected player's talents have been loaded. NOTE: This event was removed in the 4.0.1 patch |
"INSTANCE_BOOT_START"
|
Category: Instance |
Fired when the countdown to boot a player from an instance starts. |
"INSTANCE_BOOT_STOP"
|
Category: Instance |
Fired when the countdown to boot a player from an instance stops. |
"INSTANCE_ENCOUNTER_ENGAGE_UNIT"
|
Category: Instance |
? |
"INSTANCE_LOCK_START"
|
Category: Instance |
? |
"INSTANCE_LOCK_STOP"
|
Category: Instance |
Fired when quitting the game. |
[edit]
"ITEM_LOCKED"
|
Category: Item |
Fires when an item gets "locked" in the inventory or a container
|
"ITEM_LOCK_CHANGED"
|
Category: Item |
Fires when the "locked" status on a container or inventory item changes, usually from but not limited to Pickup functions to move items. - If arg2 is non-nil:
- If arg2 is nil:
|
"ITEM_UNLOCKED"
|
Category: Item |
? |
"ITEM_PUSH"
|
Category: Item |
Fired when an item is pushed onto the "inventory-stack". For instance when you manufacture something with your trade skills or picks something up.
|
"ITEM_TEXT_BEGIN"
|
Category: Item |
Fired when an items text begins displaying
|
[edit]
"ITEM_TEXT_CLOSED"
|
Category: Item |
Fired when the items text has completed its viewing and is done.
|
"ITEM_TEXT_READY"
|
Category: Item |
Fired when the item's text can continue and is ready to be scrolled.
|
"ITEM_TEXT_TRANSLATION"
|
Category: Item |
Fired when an item is in the process of being translated. |