Navigation menu
Personal tools
Not logged in
Talk
Contributions
Create account
Log in
Namespaces
WoW
Talk
English
Views
Read
Edit
History
More
Search
Navigation
Home
Random page
Help using wiki
Editions
for WoW
for WildStar
for Solar2D
Documentation
for WoW
for WildStar
Reference
WoW
⦁ FrameXML
⦁ AddOns
⦁ API
⦁ WoW Lua
WildStar
⦁ AddOns
⦁ API
⦁ WildStar Lua
Engine
Tools
What links here
Related changes
Special pages
Page information
Site
Recent Changes
Editing
WoW:Events/A
Jump to navigation
Jump to search
Warning:
You are not logged in. Your IP address will be publicly visible if you make any edits. If you
log in
or
create an account
, your edits will be attributed to your username, along with other benefits.
Anti-spam check. Do
not
fill this in!
<noinclude>{{eventlistheader}}</noinclude> <!-- WARNING: do NOT edit with Visual editor turned on!!! --> |} ===== ===== {| {{evt|ACHIEVEMENT_EARNED|Achievements}} Fired when an achievement is gained. ('''New with patch 3.0''') ; arg1 : The id of the achievement gained. {{evt|ACTIONBAR_HIDEGRID|Action Bar}} Fired when the actionbar numbers disappear, typically when you finish dragging something to the actionbar ; arg1 : the mouse button used to click the button. Known values: "LeftButton", "RightButton" ; arg2 : true or false for unknown reason. {{evt|ACTIONBAR_PAGE_CHANGED|Action Bar}} Fired when the actionbar page changes, typically when you press the pageup or pagedown button. ; arg1 : the mouse button used to click the button. Known values: "LeftButton", "RightButton" ; arg2 : true or false for unknown reason. {{evt|ACTIONBAR_SHOWGRID|Action Bar}} Fired when the actionbar numbers appear, typically when you drag a spell to the actionbar. '''no arguments''' {{evt|ACTIONBAR_SLOT_CHANGED|Action Bar}} Fired when any actionbar slot's contents change; typically the picking up and dropping of buttons. On 4/24/2006, [[Slouken]] stated "ACTIONBAR_SLOT_CHANGED is also sent whenever something changes whether or not the button should be dimmed. The first argument is the slot which changed." This means actions that affect the internal fields of action bar buttons also generate this event for the affected button(s). Examples include the Start and End of casting channeled spells, casting a new buff on yourself, and the cancellation or expiration of a buff on yourself. ; arg1 : the number of the slot that changed ; arg2 : true or false for unknown reason. |} ===== ===== {| {{evt|ACTIONBAR_UPDATE_COOLDOWN|Action Bar}} Fired when the cooldown for an actionbar or inventory slot starts or stops. Also fires when you log into a new area. ; arg1 : if the cooldown is starting, the mouse button used to click the button. Known values: "leftButton" : if the cooldown is stopping or you are logging into a new zone, this is nil {{evt|ACTIONBAR_UPDATE_STATE|Action Bar}} Fired when the state of anything on the actionbar changes. This includes cooldown and disabling. ; arg1 : the mouse button used to click the button. Known values: "LeftButton", "RightButton" : can also be nil {{evt|ACTIONBAR_UPDATE_USABLE|Action Bar}} Fired when something in the actionbar or your inventory becomes usable (after eating or drinking a potion, or entering/leaving stealth; for example). This is affected by rage/mana/energy available, but not by range. '''no arguments''' {{evt|ACTIVE_TALENT_GROUP_CHANGED|Player}} Fired when a player switches changes which talent group (dual specialization) is active. ; arg1 : Number - Index of the talent group that is now active. |} ===== ===== {| {{evt|ADDON_ACTION_BLOCKED|System}} (this event doesn't seem to be used anymore, use ADDON_ACTION_FORBIDDEN instead) ===== ===== {{evt|ADDON_ACTION_FORBIDDEN|System}} Fires when an AddOn tries use actions that are always forbidden (movement, targeting, etc.). '''If called from an AddOn''' ---- ; arg1 : Name of the AddOn that was last involved in the execution path. ; arg2 : The protected function that was called. ; Notes : It's very possible that arg1 will not be the name of the addon that tried to call the protected function. '''If called from the chat prompt (/script [[API_CastSpellByName|CastSpellByName]]("Attack"))''' ---- ; arg1 : The protected function that was called. |} ===== ===== {| {{evt|ADDON_LOADED|System}} This event fires whenever an AddOn is loaded (fires once for each AddOn loaded if multiple AddOns are being loaded), whether that is during the inital Loading Phase or when an AddOn is loaded using the LoadAddOn("addonname") or UIParentLoadAddon("addonname") function. This event always fires after SavedVariables of the AddOn have been loaded from disk and its OnLoad function has been executed. ; arg1 : name of the AddOn that was just loaded {{evt|AREA_SPIRIT_HEALER_IN_RANGE|Death}} {{evt|AREA_SPIRIT_HEALER_OUT_OF_RANGE|Death}} {{evt|ARENA_TEAM_INVITE_REQUEST|Arena}} {{evt|ARENA_TEAM_ROSTER_UPDATE|Arena}} This event fires whenever an arena team is opened in the character sheet. It also fires (3 times) when an arena member leaves, joins, or gets kicked. It does NOT fire when an arena team member logs in or out. {{evt|ARENA_TEAM_UPDATE|Arena}} This does NOT fire when an arena member joins the team, leaves, gets kicked, logs in/out. Still unsure when this actually fires. {{evt|ARENA_OPPONENT_UPDATE|Arena}} ? {{evt|ARENA_SEASON_WORLD_STATE|Arena}} ? {{evt|AUCTION_BIDDER_LIST_UPDATE|Auction}} {{evt|AUCTION_HOUSE_CLOSED|Auction}} This event is fired when the auction interface is closed. ;Note: This event fires twice; once while auction information is still available and once when it is not. {{evt|AUCTION_HOUSE_DISABLED|Auction}} Fired when the auction house is not operational. {{evt|AUCTION_HOUSE_SHOW|Auction}} This event is fired when the auction interface is first displayed. This is generally done by right-clicking an auctioneer in a major city. {{evt|AUCTION_ITEM_LIST_UPDATE|Auction}} This event is fired when the Auction list is updated. Note that this is not only the case, if the list is completely changed but also if it is sorted (i.e. SortAuctionItems() is called). {{evt|AUCTION_MULTISELL_FAILURE|Auction}} Fired when listing of multiple stacks fails (or is aborted?). {{evt|AUCTION_MULTISELL_START|Auction}} Fired when the client begins listing of multiple stacks. ; arg1 : Number - total number of stacks the client has to list. {{evt|AUCTION_MULTISELL_UPDATE|Auction}} Fired when the client lists a stack as part of listing multiple stacks. ; arg1 : Number - number of stacks listed so far. ; arg2 : Number - total number of stacks in the current mass-listing operation. |} ===== ===== {| {{evt|AUCTION_OWNED_LIST_UPDATE|Auction}} {{evt|AUTOEQUIP_BIND_CONFIRM|Item,Loot}} Fired when the game attempts to autobind bind-on-equip items. {{evt|AUTOFOLLOW_BEGIN|Movement}} Fired when you begin automatically following an ally. ;arg1: The unit you are following. Not necessarily your target (in case of right-clicking a group member's portrait or using the "/follow" command). {{evt|AUTOFOLLOW_END|Movement}} Fired when the player ceases following an ally
Summary:
Please note that all contributions to AddOn Studio are considered to be released under the Creative Commons Attribution-NonCommercial-ShareAlike (see
AddOn Studio Wiki:Copyrights
for details).
Submissions must be written by you, or copied from a public domain or similar free resource (see
AddOn Studio Wiki:Copyrights
for details).
Cancel
Editing help
(opens in new window)
Templates used on this page:
Template:Apievents
(
edit
)
Template:Apinav
(
edit
)
Template:Editlink
(
edit
)
Template:Eventlinks
(
edit
)
Template:Eventlistheader
(
edit
)
Template:Evt
(
edit
)
Template:Makemewide
(
edit
)
Template:Navbar
(
edit
)
Template:Navbox
(
edit
)
Template:Tcl
(
edit
)
Template:·
(
edit
)