WoW API: QuestGetAutoAccept

From AddOn Studio
Revision as of 01:26, 27 March 2010 by WoWWiki>Starlightblunder (Created page with '{{wowapi}} Returns whether the last-offered quest was automatically accepted. isAutoAccepted = QuestGetAutoAccept(); == Returns == ; isAutoAccept : Flag - 1 if the last-offered…')
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

WoW API < QuestGetAutoAccept

Returns whether the last-offered quest was automatically accepted.

isAutoAccepted = QuestGetAutoAccept();

Returns

isAutoAccept
Flag - 1 if the last-offered quest was automatically accepted; nil if the player has to accept it using AcceptQuest().

Details

  • Automatically-accepted quests are common in starting areas since Patch 3.3.0: simply opening the quest description is sufficient to accept the quest.

History