WoW:Events/W: Difference between revisions

From AddOn Studio
Jump to navigation Jump to search
(Clarification on WHO_LIST_UPDATE)
(remove ? cats)
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}}
Line 7: Line 10:


{{evt|WORLD_MAP_NAME_UPDATE|Map}}
{{evt|WORLD_MAP_NAME_UPDATE|Map}}


{{evt|WORLD_MAP_UPDATE|Map}}
{{evt|WORLD_MAP_UPDATE|Map}}
Line 14: Line 16:


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

Revision as of 11:39, 28 March 2010

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