WoW:API GetQuestBackgroundMaterial: Difference between revisions
Jump to navigation
Jump to search
GetQuestBackgroundMaterial -Documentation by AlexanderYoshi-
No edit summary |
mNo edit summary |
||
Line 31: | Line 31: | ||
---- | ---- | ||
{{Template:WoW API}} | {{Template:WoW API}} | ||
[[Category:API Functions|GetQuestBackgroundMaterial]] | |||
[[Category:API Quest Functions|GetQuestBackgroundMaterial]] |
Revision as of 14:48, 27 August 2005
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.