WoW:Events/Bank: Difference between revisions

From AddOn Studio
Jump to navigation Jump to search
m (automated upload)
 
m (automated upload)
Line 1: Line 1:
__NOTOC____NOEDITSECTION__{{eventlistheader}}
__NOTOC____NOEDITSECTION__{{eventlistheader}}
<!-- DO NOT EDIT. THIS IS AN AUTOMATICALLY GENERATED PAGE. -->
<!-- DO NOT EDIT. THIS IS AN AUTOMATICALLY GENERATED PAGE. -->
<!-- DO NOT EDIT. THIS IS AN AUTOMATICALLY GENERATED PAGE. -->
<!-- DO NOT EDIT. THIS IS AN AUTOMATICALLY GENERATED PAGE. -->
:{{icon-information}}Note 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 ==
== Bank related events ==


{{evt|BANKFRAME_CLOSED|Bank}}
{{evt|BANKFRAME_CLOSED|Bank}}


Fired when the bank window is closed
Fired twice when the bank window is closed.
 
Only at the first one of them the bank data is still available (GetNumBankSlots(), GetContainerItemLink(), ...)




Line 23: Line 32:
{{evt|PLAYERBANKSLOTS_CHANGED|Bank}}
{{evt|PLAYERBANKSLOTS_CHANGED|Bank}}


Fired when the One of the slots in the pleyer's 24 bank slots has changed.
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.
Does '''not''' fire when an item is added to or removed from a bank bag.

Revision as of 14:25, 19 May 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 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