WoWWiki

This wiki contains inaccurate and out-of-date information. Please head over to https://wowpedia.fandom.com for more accurate and up-to-date game information.

READ MORE

WoWWiki
Advertisement

Event API


[]
"BAG_CLOSED"
Category: Item
 

Fired when a bag is (re)moved from its bagslot. Fires both for player bags and bank bags.

arg1
container ID


"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.

arg1
container ID
[]
"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).

arg1
container ID


"BAG_UPDATE_COOLDOWN"
Category: 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))


"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(), ...)

[]
"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
 

?

[]
"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
 
Advertisement