WoW:Events/W: Difference between revisions

From AddOn Studio
Jump to navigation Jump to search
(remove ? cats)
m (Move page script moved page Events/W to Events/W without leaving a redirect)
 
(No difference)

Latest revision as of 04:48, 15 August 2023

Event API


"WEAR_EQUIPMENT_SET"
Category: Player,Item
 

?

"WHO_LIST_UPDATE"
Category: Communication
 

Fired when the client receives the result of a SendWho() request from the server. use API SetWhoToUI to manipulate this functionality. This event is only triggered if the Who panel was open at the time the Who data was received (this includes the case where the Blizzard UI opens it automatically because the return data was too big to display in the chat frame).


"WORLD_MAP_NAME_UPDATE"
Category: Map
 
"WORLD_MAP_UPDATE"
Category: Map
 

Fired when the world map should be updated.

When entering a battleground, this event won't fire until the zone is changed (i.e. in WSG when you walk outside of Warsong Lumber Mill or Silverwing Hold --Salanex

"WORLD_STATE_UI_TIMER_UPDATE"
Category: Misc
 

?

"WOW_MOUSE_NOT_FOUND"
Category: Misc
 

Possibly fired after failing to DetectWowMouse().