WoW:API GetSpellTabInfo: Difference between revisions

m
Fixed title.
No edit summary
 
m (Fixed title.)
Line 1: Line 1:
  <center>'''TGetSpellTabInfo''' ''-Documentation by Lorrick-''</center>
  <center>'''GetSpellTabInfo''' ''-Documentation by Lorrick-''</center>


Returns information about the specified spellbook tab.
Returns information about the specified spellbook tab.


  GetSpellTabInfo({spellbookTabNum});
  name, texture, offset, numSpells = GetSpellTabInfo({spellbookTabNum});


----
----
Line 15: Line 15:
;''Returns''
;''Returns''


:;Not too familiar with LUA terminology yet so bear with me. Returns 4 values that I could tell.
:<small>Not too familiar with LUA terminology yet so bear with me. Returns 4 values that I could tell.</small>
:;Spellbook Tab Name
:name, texture, offset, numSpells
:;Spellbook Tab Texture
:;name : String - Spellbook Tab Name
:;Spellbook Tab Offset
:;texture : String - Spellbook Tab Texture
:;Number of spells for this tab.
:;offset : Number - Spellbook Tab Offset
:;numSpells : Number - Number of spells for this tab.


----
----
Anonymous user