WoW:API QuestGetAutoAccept: Difference between revisions
Jump to navigation
Jump to search
(Created page with '{{wowapi}} Returns whether the last-offered quest was automatically accepted. isAutoAccepted = QuestGetAutoAccept(); == Returns == ; isAutoAccept : Flag - 1 if the last-offered…') |
m (Move page script moved page API QuestGetAutoAccept to API QuestGetAutoAccept without leaving a redirect) |
(No difference)
|
Latest revision as of 04:47, 15 August 2023
← WoW API < QuestGetAutoAccept
Returns whether the last-offered quest was automatically accepted.
isAutoAccepted = QuestGetAutoAccept();
Returns[edit]
- isAutoAccept
- Flag - 1 if the last-offered quest was automatically accepted; nil if the player has to accept it using AcceptQuest().
Details[edit]
- 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[edit]
- Added in Patch 3.3.0