WoW:Events/B: Difference between revisions
(Added BARBER_SHOP_OPEN and BARBER_SHOP_CLOSE - I'm not sure about proper categories for them) |
|||
(2 intermediate revisions by 2 users not shown) | |||
Line 1: | Line 1: | ||
<noinclude>__NOTOC__{{eventlistheader}}</noinclude> | |||
|} | |||
===== ===== | |||
{| | |||
{{evt|BAG_CLOSED|Item}} | |||
Fired when a bag is (re)moved from its bagslot. Fires both for player bags and bank bags. | |||
; arg1 : container ID | |||
{{evt|BAG_OPEN|Item}} | |||
Fired when a bag (NOTE: This is NOT fired for player containers, it's for those bag-like objects that you can remove items from but not put items into) is opened. | |||
; arg1 : container ID | |||
|} | |||
===== ===== | |||
{| | |||
{{evt|BAG_UPDATE|Item}} | |||
Fired when a bags inventory changes. Bag zero, the sixteen slot default backpack, may not fire on login. Upon login (or reloading the console) this event fires even for bank bags. When moving an item in your inventory, this fires multiple times: once each for the source and destination bag. If the bag involved is the default backpack, this event will also fire with a container ID of "-2" (twice if you are moving the item inside the same bag). | |||
; arg1 : container ID | |||
{{evt|BAG_UPDATE_COOLDOWN|Item}} | |||
Fired when a cooldown update call is sent to a bag | |||
; arg1 : container ID (may also be nil, 00:47, 15 January 2007 (EST)) | |||
{{evt|BANKFRAME_CLOSED|Bank}} | |||
Fired twice when the bank window is closed. | |||
Only at the first one of them the bank data is still available (GetNumBankSlots(), GetContainerItemLink(), ...) | |||
|} | |||
===== ===== | |||
{| | |||
{{evt|BANKFRAME_OPENED|Bank}} | |||
Fired when the bank frame is opened | |||
{{evt|BARBER_SHOP_APPEARANCE_APPLIED|Misc}} | |||
{{evt|BARBER_SHOP_CLOSE|Misc}} | |||
{{evt|BARBER_SHOP_OPEN|Misc}} | |||
{{evt|BARBER_SHOP_SUCCESS|Misc}} | |||
{{evt|BATTLEFIELDS_CLOSED|Battleground}} | |||
Fired when the battlegrounds signup window is closed. | |||
{{evt|BATTLEFIELDS_SHOW|Battleground}} | |||
Fired when the battlegrounds signup window is opened. | |||
{{evt|BATTLEFIELD_MGR_EJECTED|Misc}} | |||
? | |||
{{evt|BATTLEFIELD_MGR_EJECT_PENDING|Misc}} | |||
? | |||
{{evt|BATTLEFIELD_MGR_ENTERED|Misc}} | |||
? | |||
{{evt|BATTLEFIELD_MGR_ENTRY_INVITE|Misc}} | |||
? | |||
{{evt|BATTLEFIELD_MGR_QUEUE_INVITE|Misc}} | |||
? | |||
{{evt|BATTLEFIELD_MGR_QUEUE_REQUEST_RESPONSE|Misc}} | |||
? | |||
{{evt|BATTLEFIELD_MGR_STATE_CHANGE|Misc}} | |||
? | |||
|} | |||
===== ===== | |||
{| | |||
{{evt|BILLING_NAG_DIALOG|Misc}} | |||
{{evt|BIND_ENCHANT|Item}} | |||
Fired when Enchanting an unbound item. | |||
{{evt|BN_BLOCK_LIST_UPDATED|Battle.net}} | |||
{{evt|BN_CHAT_CHANNEL_CLOSED|Battle.net}} | |||
{{evt|BN_CHAT_CHANNEL_CREATE_FAILED|Battle.net}} | |||
{{evt|BN_CHAT_CHANNEL_CREATE_SUCCEEDED|Battle.net}} | |||
{{evt|BN_CHAT_CHANNEL_INVITE_FAILED|Battle.net}} | |||
{{evt|BN_CHAT_CHANNEL_INVITE_SUCCEEDED|Battle.net}} | |||
{{evt|BN_CHAT_CHANNEL_JOINED|Battle.net}} | |||
{{evt|BN_CHAT_CHANNEL_LEFT|Battle.net}} | |||
{{evt|BN_CHAT_CHANNEL_MEMBER_JOINED|Battle.net}} | |||
{{evt|BN_CHAT_CHANNEL_MEMBER_LEFT|Battle.net}} | |||
{{evt|BN_CHAT_CHANNEL_MEMBER_UPDATED|Battle.net}} | |||
{{evt|BN_CHAT_CHANNEL_MESSAGE_BLOCKED|Battle.net}} | |||
{{evt|BN_CHAT_CHANNEL_MESSAGE_UNDELIVERABLE|Battle.net}} | |||
{{evt|BN_CHAT_WHISPER_UNDELIVERABLE|Battle.net}} | |||
{{evt|BN_CONNECTED|Battle.net}} | |||
{{evt|BN_CUSTOM_MESSAGE_CHANGED|Battle.net}} | |||
{{evt|BN_CUSTOM_MESSAGE_LOADED|Battle.net}} | |||
{{evt|BN_DISCONNECTED|Battle.net}} | |||
{{evt|BN_FRIEND_ACCOUNT_OFFLINE|Battle.net}} | |||
{{evt|BN_FRIEND_ACCOUNT_ONLINE|Battle.net}} | |||
{{evt|BN_FRIEND_INFO_CHANGED|Battle.net}} | |||
{{evt|BN_FRIEND_INVITE_ADDED|Battle.net}} | |||
{{evt|BN_FRIEND_INVITE_LIST_INITIALIZED|Battle.net}} | |||
{{evt|BN_FRIEND_INVITE_REMOVED|Battle.net}} | |||
{{evt|BN_FRIEND_INVITE_SEND_RESULT|Battle.net}} | |||
{{evt|BN_FRIEND_LIST_SIZE_CHANGED|Battle.net}} | |||
{{evt|BN_FRIEND_TOON_OFFLINE|Battle.net}} | |||
{{evt|BN_FRIEND_TOON_ONLINE|Battle.net}} | |||
{{evt|BN_MATURE_LANGUAGE_FILTER|Battle.net}} | |||
{{evt|BN_NEW_PRESENCE|Battle.net}} | |||
{{evt|BN_REQUEST_FOF_FAILED|Battle.net}} | |||
{{evt|BN_REQUEST_FOF_SUCCEEDED|Battle.net}} | |||
{{evt|BN_SELF_OFFLINE|Battle.net}} | |||
{{evt|BN_SELF_ONLINE|Battle.net}} | |||
{{evt|BN_SYSTEM_MESSAGE|Battle.net}} | |||
{{evt|BN_TOON_NAME_UPDATED|Battle.net}} |
Latest revision as of 04:48, 15 August 2023
|
|
[edit]
"BAG_CLOSED"
|
Category: Item |
Fired when a bag is (re)moved from its bagslot. Fires both for player bags and bank bags.
|
"BAG_OPEN"
|
Category: Item |
Fired when a bag (NOTE: This is NOT fired for player containers, it's for those bag-like objects that you can remove items from but not put items into) is opened.
|
[edit]
"BAG_UPDATE"
|
Category: Item |
Fired when a bags inventory changes. Bag zero, the sixteen slot default backpack, may not fire on login. Upon login (or reloading the console) this event fires even for bank bags. When moving an item in your inventory, this fires multiple times: once each for the source and destination bag. If the bag involved is the default backpack, this event will also fire with a container ID of "-2" (twice if you are moving the item inside the same bag).
|
"BAG_UPDATE_COOLDOWN"
|
Category: Item |
Fired when a cooldown update call is sent to a bag
|
"BANKFRAME_CLOSED"
|
Category: Bank |
Fired twice when the bank window is closed. Only at the first one of them the bank data is still available (GetNumBankSlots(), GetContainerItemLink(), ...) |
[edit]
"BANKFRAME_OPENED"
|
Category: Bank |
Fired when the bank frame is opened |
"BARBER_SHOP_APPEARANCE_APPLIED"
|
Category: Misc |
"BARBER_SHOP_CLOSE"
|
Category: Misc |
"BARBER_SHOP_OPEN"
|
Category: Misc |
"BARBER_SHOP_SUCCESS"
|
Category: Misc |
|
"BATTLEFIELDS_CLOSED"
|
Category: Battleground |
Fired when the battlegrounds signup window is closed.
|
"BATTLEFIELDS_SHOW"
|
Category: Battleground |
Fired when the battlegrounds signup window is opened. |
"BATTLEFIELD_MGR_EJECTED"
|
Category: Misc |
? |
"BATTLEFIELD_MGR_EJECT_PENDING"
|
Category: Misc |
? |
"BATTLEFIELD_MGR_ENTERED"
|
Category: Misc |
? |
"BATTLEFIELD_MGR_ENTRY_INVITE"
|
Category: Misc |
? |
"BATTLEFIELD_MGR_QUEUE_INVITE"
|
Category: Misc |
? |
"BATTLEFIELD_MGR_QUEUE_REQUEST_RESPONSE"
|
Category: Misc |
? |
"BATTLEFIELD_MGR_STATE_CHANGE"
|
Category: Misc |
? |
[edit]
"BILLING_NAG_DIALOG"
|
Category: Misc |
|
"BIND_ENCHANT"
|
Category: Item |
Fired when Enchanting an unbound item. |
"BN_BLOCK_LIST_UPDATED"
|
Category: Battle.net |
"BN_CHAT_CHANNEL_CLOSED"
|
Category: Battle.net |
"BN_CHAT_CHANNEL_CREATE_FAILED"
|
Category: Battle.net |
"BN_CHAT_CHANNEL_CREATE_SUCCEEDED"
|
Category: Battle.net |
"BN_CHAT_CHANNEL_INVITE_FAILED"
|
Category: Battle.net |
"BN_CHAT_CHANNEL_INVITE_SUCCEEDED"
|
Category: Battle.net |
"BN_CHAT_CHANNEL_JOINED"
|
Category: Battle.net |
"BN_CHAT_CHANNEL_LEFT"
|
Category: Battle.net |
"BN_CHAT_CHANNEL_MEMBER_JOINED"
|
Category: Battle.net |
"BN_CHAT_CHANNEL_MEMBER_LEFT"
|
Category: Battle.net |
"BN_CHAT_CHANNEL_MEMBER_UPDATED"
|
Category: Battle.net |
"BN_CHAT_CHANNEL_MESSAGE_BLOCKED"
|
Category: Battle.net |
"BN_CHAT_CHANNEL_MESSAGE_UNDELIVERABLE"
|
Category: Battle.net |
"BN_CHAT_WHISPER_UNDELIVERABLE"
|
Category: Battle.net |
"BN_CONNECTED"
|
Category: Battle.net |
"BN_CUSTOM_MESSAGE_CHANGED"
|
Category: Battle.net |
"BN_CUSTOM_MESSAGE_LOADED"
|
Category: Battle.net |
"BN_DISCONNECTED"
|
Category: Battle.net |
"BN_FRIEND_ACCOUNT_OFFLINE"
|
Category: Battle.net |
"BN_FRIEND_ACCOUNT_ONLINE"
|
Category: Battle.net |
"BN_FRIEND_INFO_CHANGED"
|
Category: Battle.net |
"BN_FRIEND_INVITE_ADDED"
|
Category: Battle.net |
"BN_FRIEND_INVITE_LIST_INITIALIZED"
|
Category: Battle.net |
"BN_FRIEND_INVITE_REMOVED"
|
Category: Battle.net |
"BN_FRIEND_INVITE_SEND_RESULT"
|
Category: Battle.net |
"BN_FRIEND_LIST_SIZE_CHANGED"
|
Category: Battle.net |
"BN_FRIEND_TOON_OFFLINE"
|
Category: Battle.net |
"BN_FRIEND_TOON_ONLINE"
|
Category: Battle.net |
"BN_MATURE_LANGUAGE_FILTER"
|
Category: Battle.net |
"BN_NEW_PRESENCE"
|
Category: Battle.net |
"BN_REQUEST_FOF_FAILED"
|
Category: Battle.net |
"BN_REQUEST_FOF_SUCCEEDED"
|
Category: Battle.net |
"BN_SELF_OFFLINE"
|
Category: Battle.net |
"BN_SELF_ONLINE"
|
Category: Battle.net |
"BN_SYSTEM_MESSAGE"
|
Category: Battle.net |
"BN_TOON_NAME_UPDATED"
|
Category: Battle.net |