49
edits
m (Move page script moved page Events/Map to WoW:Events/Map without leaving a redirect) |
No edit summary |
||
| Line 1: | Line 1: | ||
__NOTOC____NOEDITSECTION__{{eventlistheader}} | __NOTOC____NOEDITSECTION__{{eventlistheader}} | ||
:{{icon-information}}Note that this page is automatically generated; editing it is pointless. To edit event descriptions, edit the entries in the alphabetical pages, e.g. [[Events/A]], [[Events/B]], etc. Changes there will be copied over to here within a few hours. | :{{icon-information}}Note that this page is automatically generated; editing it is pointless. To edit event descriptions, edit the entries in the alphabetical pages, e.g. [[Events/A]], [[Events/B]], etc. Changes there will be copied over to here within a few hours. | ||
== Map related events == | == Map related events == | ||
{{evt|CLOSE_WORLD_MAP|Map}} | {{evt|CLOSE_WORLD_MAP|Map}} | ||
| Line 31: | Line 24: | ||
When the second function is called, it checks to see if the map has been opened/closed (Map_Changed), then checks to see if the map is currently open (WorldMapFrame). | When the second function is called, it checks to see if the map has been opened/closed (Map_Changed), then checks to see if the map is currently open (WorldMapFrame). | ||
<br>The effect is a code that executes only when the map closes. | <br>The effect is a code that executes only when the map closes. | ||
{{evt|MINIMAP_PING|Map}} | {{evt|MINIMAP_PING|Map}} | ||
| Line 40: | Line 32: | ||
; arg2 : x | ; arg2 : x | ||
; arg3 : y | ; arg3 : y | ||
{{evt|MINIMAP_UPDATE_ZOOM|Map}} | {{evt|MINIMAP_UPDATE_ZOOM|Map}} | ||
| Line 47: | Line 38: | ||
This event does not relate to the '''+''' and '''-''' minimap zoom buttons. | This event does not relate to the '''+''' and '''-''' minimap zoom buttons. | ||
{{evt|MINIMAP_UPDATE_TRACKING|Map}} | {{evt|MINIMAP_UPDATE_TRACKING|Map}} | ||
| Line 54: | Line 44: | ||
; arg1 : Mouse button used to click the tracking button (i.e. "LEFTBUTTON") | ; arg1 : Mouse button used to click the tracking button (i.e. "LEFTBUTTON") | ||
{{evt|WORLD_MAP_NAME_UPDATE|Map}} | {{evt|WORLD_MAP_NAME_UPDATE|Map}} | ||
{{evt|WORLD_MAP_UPDATE|Map}} | {{evt|WORLD_MAP_UPDATE|Map}} | ||
| Line 66: | Line 52: | ||
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|ZONE_CHANGED|Map}} | {{evt|ZONE_CHANGED|Map}} | ||
Fired when the player enters a new zone. Zones are the smallest named subdivions of the game world and are contained within areas (also called regions). Whenever the text over the minimap changes, this event is fired. | Fired when the player enters a new zone. Zones are the smallest named subdivions of the game world and are contained within areas (also called regions). Whenever the text over the minimap changes, this event is fired. | ||
{{evt|ZONE_CHANGED_INDOORS|Map}} | {{evt|ZONE_CHANGED_INDOORS|Map}} | ||
Fired when a player enters a new zone within a city. | Fired when a player enters a new zone within a city. | ||
{{evt|ZONE_CHANGED_NEW_AREA|Map}} | {{evt|ZONE_CHANGED_NEW_AREA|Map}} | ||