WoW:API GetNumBankSlots: Difference between revisions

From AddOn Studio
Jump to navigation Jump to search
(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…')
 
m (Move page script moved page API GetNumBankSlots to API GetNumBankSlots without leaving a redirect)
 
(No difference)

Latest revision as of 04:46, 15 August 2023

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]