WoW:API GetQuestBackgroundMaterial: Difference between revisions

From AddOn Studio
Jump to navigation Jump to search
mNo edit summary
No edit summary
Line 28: Line 28:


: Returns the material string associated with the particular quest.
: Returns the material string associated with the particular quest.


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

Revision as of 06:04, 4 January 2006

GetQuestBackgroundMaterial -Documentation by AlexanderYoshi-

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.



Template:WoW API