m
Move page script moved page API GetQuestBackgroundMaterial to WoW:API GetQuestBackgroundMaterial without leaving a redirect
m ({{wowapi}}) |
m (Move page script moved page API GetQuestBackgroundMaterial to WoW:API GetQuestBackgroundMaterial without leaving a redirect) |
||
| (One intermediate revision by one other user not shown) | |||
| 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 | :String material | ||
:; | :;material : The material string for this quest, or nil if the default, "Parchment", is to be used. | ||
---- | ---- | ||
;''Example'' | ;''Example'' | ||
local | local material = GetQuestBackgroundMaterial(); | ||
;''Result'' | ;''Result'' | ||
" | 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. | |||