WoW:API QuestIsDaily: Difference between revisions

From AddOn Studio
Jump to navigation Jump to search
(Created page with '{{wowapi}} Returns whether the currently offered quest is a daily quest. isDaily = QuestIsDaily(); == Returns == ; isDaily : Flag - 1 if the offered quest is a daily, nil other…')
 
m (Move page script moved page API QuestIsDaily to API QuestIsDaily without leaving a redirect)
 
(No difference)

Latest revision as of 04:47, 15 August 2023

WoW API < QuestIsDaily

Returns whether the currently offered quest is a daily quest.

isDaily = QuestIsDaily();

Returns[edit]

isDaily
Flag - 1 if the offered quest is a daily, nil otherwise

History[edit]

See also[edit]