WoW:API GetSpellTabInfo: Difference between revisions

removed extra whitespace
No edit summary
(removed extra whitespace)
Line 1: Line 1:
{{wowapi}} __NOTOC__
{{wowapi}}


<!-- Describe the purpose of the function, exhausting detail can be saved for a later section -->
Retrieves information about the specified line of spells
Retrieves information about the specified line of spells
<!-- List return values and arguments as well as function name, follow Blizzard usage convention for args -->
name, texture, offset, numSpells = GetSpellTabInfo(spellbookTabNum)
{{Code/Begin}}
name, texture, offset, numSpells = GetSpellTabInfo(spellbookTabNum)
{{Code/End}}
 


== Parameters ==
== Parameters ==
Anonymous user