WoW:Events/W: Difference between revisions
< Events
Jump to navigation
Jump to search
No edit summary |
(Clarification on WHO_LIST_UPDATE) |
||
Line 3: | Line 3: | ||
{{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). | ||
Revision as of 04:59, 6 April 2009
|
|
"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 |