WoW:Events/Bank

From AddOn Studio
< Events
Revision as of 14:25, 19 May 2007 by WoWWiki>Mikkbot (automated upload)
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 the One of the six bag slots bank changes.

Does not fire when an item is added to or removed from a bank bag, only when a bag is added or removed 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