WoW:Events/W: Difference between revisions
< Events
Jump to navigation
Jump to search
No edit summary |
|||
(3 intermediate revisions by 3 users not shown) | |||
Line 1: | Line 1: | ||
<noinclude>{{eventlistheader}}</noinclude> | <noinclude>{{eventlistheader}}</noinclude> | ||
{{evt|WEAR_EQUIPMENT_SET|Player,Item}} | |||
? | |||
{{evt|WHO_LIST_UPDATE|Communication}} | {{evt|WHO_LIST_UPDATE|Communication}} | ||
Fired when the client receives the result of a SendWho() request from the server. use [[API SetWhoToUI]] to manipulate this functionality. | 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). | ||
{{evt|WORLD_MAP_NAME_UPDATE|Map}} | {{evt|WORLD_MAP_NAME_UPDATE|Map}} | ||
{{evt|WORLD_MAP_UPDATE|Map}} | {{evt|WORLD_MAP_UPDATE|Map}} | ||
Fired when the world map should be updated. | 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 --[[User:Salanex|Salanex]] | |||
{{evt|WORLD_STATE_UI_TIMER_UPDATE|Misc}} | |||
? | |||
{{evt|WOW_MOUSE_NOT_FOUND|Misc}} | |||
Possibly fired after failing to {{api|DetectWowMouse}}(). |
Latest revision as of 04:48, 15 August 2023
|
|
"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(). |