WoW API: GetNumBankSlots

From AddOn Studio
Revision as of 15:00, 15 March 2010 by WoWWiki>Starlightblunder (Created page with '{{wowapi}} Returns information about the number of purchased bank bag slots. numSlots, full = GetNumBankSlots(); == Returns == ; numSlots : Number - Number of bag slots already…')
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

WoW API < GetNumBankSlots

Returns information about the number of purchased bank bag slots.

numSlots, full = GetNumBankSlots();

Returns

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

See also