WoW API: GetNumBankSlots

From AddOn Studio
Jump to navigation Jump to search

WoW API < GetNumBankSlots

Returns information about the number of purchased bank bag slots.

numSlots, full = GetNumBankSlots();

Returns[edit]

numSlots
Number - Number of bag slots already purchased.
full
Flag - 1 if no further slots are available, nil otherwise.

See also[edit]