WoW:Events/W

< Events
Revision as of 04:48, 15 August 2023 by Move page script (talk | contribs) (Move page script moved page Events/W to Events/W without leaving a redirect)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

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().