WoW:Events/Bank

From AddOn Studio
Jump to navigation Jump to search

Event API


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


Bank related events

"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


"PLAYERBANKBAGSLOTS_CHANGED"
Category: Bank
 

Fired when you successfully purchase a bank bag slot.

Does not fire when an item is added to or removed from a bank bag, nor when a bag is added, removed or swapped from the bag slots.


"PLAYERBANKSLOTS_CHANGED"
Category: Bank
 

Fired when the One of the slots in the player's 24 bank slots has changed.

Does not fire when an item is added to or removed from a bank bag.


"PLAYERBANKBAGSLOTS_CHANGED"
Category: Bank
 



"PLAYERBANKSLOTS_CHANGED"
Category: Bank