WoW:Events/E: Difference between revisions

From AddOn Studio
Jump to navigation Jump to search
(EQUIPMENT_SWAP_FINISHED event added.)
m (Move page script moved page Events/E to Events/E without leaving a redirect)
 
(2 intermediate revisions by 2 users not shown)
Line 4: Line 4:
===== =====
===== =====
{|
{|
{{evt|ENABLE_LOW_LEVEL_RAID|Raid,Player}}
Fired when {{api|SetAllowLowLevelRaid}} is used to enable low-level raids on the character.
{{evt|ENABLE_TAXI_BENCHMARK|System}}
?
{{evt|ENABLE_XP_GAIN|Player}}
?
{{evt|END_BOUND_TRADEABLE|Item}}
?
{{evt|END_REFUND|Item}}
?
{{evt|EQUIPMENT_SWAP_PENDING|Item,Player}}
?
{{evt|EQUIP_BIND_CONFIRM|Loot,Item}}
{{evt|EQUIP_BIND_CONFIRM|Loot,Item}}


Line 21: Line 40:
{{evt|EXECUTE_CHAT_LINE|Misc}}
{{evt|EXECUTE_CHAT_LINE|Misc}}


Fired when the chat line needs to be processed.  
Fired to execute macro commands.


; arg1 : Chat line
; arg1 : The "chat line" (macro command line) to execute.

Latest revision as of 04:48, 15 August 2023

Event API


[edit]
"ENABLE_LOW_LEVEL_RAID"
Category: Raid,Player
 

Fired when SetAllowLowLevelRaid is used to enable low-level raids on the character.

"ENABLE_TAXI_BENCHMARK"
Category: System
 

?

"ENABLE_XP_GAIN"
Category: Player
 

?

"END_BOUND_TRADEABLE"
Category: Item
 

?

"END_REFUND"
Category: Item
 

?

"EQUIPMENT_SWAP_PENDING"
Category: Item,Player
 

?

"EQUIP_BIND_CONFIRM"
Category: Loot,Item
 

Fired when the player attempts to equip bind on equip loot.

"EQUIPMENT_SETS_CHANGED"
Category: Misc,Item
 

Fired when a new equipment set is created, an equipment set is deleted or an equipment set has changed.

"EQUIPMENT_SWAP_FINISHED"
Category: Misc, Item
 

Fired when an equipment set has finished equipping

arg1
Boolean value: True if the set change was successful
arg2
String Value: The name of the set that was changed.
"EXECUTE_CHAT_LINE"
Category: Misc
 

Fired to execute macro commands.

arg1
The "chat line" (macro command line) to execute.