WoW:API GetRewardSpell: Difference between revisions

From AddOn Studio
Jump to navigation Jump to search
mNo edit summary
No edit summary
Line 6: Line 6:
''local sTexture, sName = GetRewardSpell();''
''local sTexture, sName = GetRewardSpell();''


[[Category:API Functions|GetRewardSpell]]
----
[[Category:API Quest Functions|GetRewardSpell]]
{{WoW API}}

Revision as of 06:06, 4 January 2006

Returns the texture and the name of a spell if rewarded. There could be more return values, i didnt used more.

Example:

local sTexture, sName = GetRewardSpell();


Template:WoW API