WoW:API GetQuestBackgroundMaterial: Difference between revisions

From AddOn Studio
Jump to navigation Jump to search
No edit summary
m ({{wowapi}})
Line 1: Line 1:
<center>'''GetQuestBackgroundMaterial''' ''-Documentation by AlexanderYoshi-''</center>
{{wowapi}}
 
Returns the material string associated with the particular quest.
Returns the material string associated with the particular quest.


Line 28: Line 27:


: Returns the material string associated with the particular quest.
: Returns the material string associated with the particular quest.
----
{{WoW API}}

Revision as of 09:21, 18 June 2006

WoW API < GetQuestBackgroundMaterial

Returns the material string associated with the particular quest.

GetQuestBackgroundMaterial();

Arguments
none

Returns
String questStory
questStory
The material string for this quest

Example
local questStory = GetQuestBackgroundMaterial();
Result
"Arr matey. You need to go find Captain Sander's treasure..."

Description
Returns the material string associated with the particular quest.