WoW:API GetNumSpellTabs: Difference between revisions

From AddOn Studio
Jump to navigation Jump to search
No edit summary
 
m (Move page script moved page API GetNumSpellTabs to API GetNumSpellTabs without leaving a redirect)
 
(4 intermediate revisions by 4 users not shown)
Line 1: Line 1:
<center>'''GetNumSpellTabs''' ''-Documentation by Doomhound-''</center>
{{wowapi}}
{{Stub/API}}
----
----


Line 14: Line 15:
;''Returns''
;''Returns''


:<i>totalSpellTabs</i> - Integer
:''totalSpellTabs'' - Integer


----
----
Line 23: Line 24:
    
    
;''Result'' : Displays error message with the total number of spell tabs in the player's spellbook.
;''Result'' : Displays error message with the total number of spell tabs in the player's spellbook.
----
--[[User:Doomhound]] 12:32 AM, 04 May 2005 (PST)
----
{{Template:WoW API}}
[[Category:API Spell Functions|GetNumSpellTabs]]

Latest revision as of 04:46, 15 August 2023

WoW API < GetNumSpellTabs


Retrieves the total number of tabs in the user's spellbook.

totalSpellTabs = GetNumSpellTabs();

Arguments
None

Returns
totalSpellTabs - Integer

Example
  local totalSpellTabs = GetNumSpellTabs();
  message(totalSpellTabs);
  
Result
Displays error message with the total number of spell tabs in the player's spellbook.