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
(section)
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!
===== ===== {| {{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. |}
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)