WoW API: GetQuestBackgroundMaterial

From AddOn Studio
Revision as of 09:21, 18 June 2006 by WoWWiki>Starlightblunder ({{wowapi}})
Jump to navigation Jump to search

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.