WoW:API GetQuestBackgroundMaterial: Difference between revisions

no edit summary
m ({{wowapi}})
No edit summary
Line 1: Line 1:
{{wowapi}}
{{wowapi}}
Returns the material string associated with the particular quest.
Returns the material string associated with the particular quest. The material string is non-nil if this quest uses a custom texture other than the default "Parchment" texture.


  GetQuestBackgroundMaterial();
  GetQuestBackgroundMaterial();
Line 12: Line 12:
;''Returns''
;''Returns''


:String questStory
:String material


:;questStory : The material string for this quest
:;material : The material string for this quest, or nil if the default, "Parchment", is to be used.


----
----
;''Example''
;''Example''
  local questStory = GetQuestBackgroundMaterial();
  local material = GetQuestBackgroundMaterial();


;''Result''
;''Result''
  "Arr matey. You need to go find Captain Sander's treasure..."
  nil -- This quest uses the default material, "Parchment"


----
----
Line 27: Line 27:


: Returns the material string associated with the particular quest.
: Returns the material string associated with the particular quest.
:This texture is used to paint the background of the Blizzard Quest Frame. It does not appear in the Quest Log, but only when initially reading, accepting or handing in the quest.
Anonymous user