WoW:Events/Bank: Difference between revisions

From AddOn Studio
Jump to navigation Jump to search
m (automated upload)
mNo edit summary
Line 24: Line 24:
{{evt|PLAYERBANKBAGSLOTS_CHANGED|Bank}}
{{evt|PLAYERBANKBAGSLOTS_CHANGED|Bank}}


Fired when the One of the six bag slots bank changes.
Fired when you successfully purchase a bank bag slot.


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




Line 35: Line 35:


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





Revision as of 08:51, 25 June 2007

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