These functions relate to[Quests](https://wow.gamepedia.com/Quest "Quest").
[C\_QuestLine.GetAvailableQuestLines](https://wow.gamepedia.com/API_C_QuestLine.GetAvailableQuestLines "API C QuestLine.GetAvailableQuestLines")(uiMapID)
[C\_QuestLine.GetQuestLineInfo](https://wow.gamepedia.com/API_C_QuestLine.GetQuestLineInfo "API C QuestLine.GetQuestLineInfo")(questID, uiMapID)
[C\_QuestLine.GetQuestLineQuests](https://wow.gamepedia.com/API_C_QuestLine.GetQuestLineQuests "API C QuestLine.GetQuestLineQuests")(questLineID)
[C\_QuestLine.RequestQuestLinesForMap](https://wow.gamepedia.com/API_C_QuestLine.RequestQuestLinesForMap "API C QuestLine.RequestQuestLinesForMap")(uiMapID)
[AbandonQuest](https://wow.gamepedia.com/API_AbandonQuest "API AbandonQuest")() - Abandon the specified quest.
[AcceptQuest](https://wow.gamepedia.com/API_AcceptQuest "API AcceptQuest")() - Accept the specified quest.
[AcknowledgeAutoAcceptQuest](https://wow.gamepedia.com/API_AcknowledgeAutoAcceptQuest "API AcknowledgeAutoAcceptQuest")()
[AddAutoQuestPopUp](https://wow.gamepedia.com/API_AddAutoQuestPopUp "API AddAutoQuestPopUp")(QuestID, Type) - Adds quest to an internal list of quests for offer/completion popup notification.
[AddQuestWatch](https://wow.gamepedia.com/API_AddQuestWatch "API AddQuestWatch")(questIndex\[, watchTime\]) - Add a quest to the watch list.
[AddWorldQuestWatch](https://wow.gamepedia.com/index.php?title=API_AddWorldQuestWatch&action=edit&redlink=1 "API AddWorldQuestWatch (page does not exist)")(questId) - Adds a world quest to the watch list.
[CanAbandonQuest](https://wow.gamepedia.com/API_CanAbandonQuest "API CanAbandonQuest")(questID)
[ClearAutoAcceptQuestSound](https://wow.gamepedia.com/index.php?title=API_ClearAutoAcceptQuestSound&action=edit&redlink=1 "API ClearAutoAcceptQuestSound (page does not exist)")() - Unused in FrameXML.
[CloseQuest](https://wow.gamepedia.com/index.php?title=API_CloseQuest&action=edit&redlink=1 "API CloseQuest (page does not exist)")() - Closes the shown quest.
[CollapseQuestHeader](https://wow.gamepedia.com/API_CollapseQuestHeader "API CollapseQuestHeader")() - Collapses a quest header.
[CompleteQuest](https://wow.gamepedia.com/API_CompleteQuest "API CompleteQuest")() - Complete the specified quest.
[ConfirmAcceptQuest](https://wow.gamepedia.com/API_ConfirmAcceptQuest "API ConfirmAcceptQuest")() - Accepts an offered quest that has been started by a party member; usually escort quests. (Might only be available after QUEST\_ACCEPT\_CONFIRM event.)
[DeclineQuest](https://wow.gamepedia.com/API_DeclineQuest "API DeclineQuest")() - Declines the currently offered quest.
[ExpandQuestHeader](https://wow.gamepedia.com/API_ExpandQuestHeader "API ExpandQuestHeader")() - Expands a quest header.
[GetAbandonQuestItems](https://wow.gamepedia.com/index.php?title=API_GetAbandonQuestItems&action=edit&redlink=1 "API GetAbandonQuestItems (page does not exist)")()
[GetAbandonQuestName](https://wow.gamepedia.com/API_GetAbandonQuestName "API GetAbandonQuestName")() - Gets the name of a quest while it is being abandoned.
[GetActiveLevel](https://wow.gamepedia.com/index.php?title=API_GetActiveLevel&action=edit&redlink=1 "API GetActiveLevel (page does not exist)")(index) - Gets the level of an active quest (only available after QUEST\_GREETING event).
[GetActiveTitle](https://wow.gamepedia.com/index.php?title=API_GetActiveTitle&action=edit&redlink=1 "API GetActiveTitle (page does not exist)")(index) - Gets the title of an active quest (only available after QUEST\_GREETING event).
[GetAutoQuestPopUp](https://wow.gamepedia.com/API_GetAutoQuestPopUp "API GetAutoQuestPopUp")(Index) - Retrieves quest info by index that added using[AddAutoQuestPopUp](https://wow.gamepedia.com/API_AddAutoQuestPopUp "API AddAutoQuestPopUp").
[GetAvailableLevel](https://wow.gamepedia.com/index.php?title=API_GetAvailableLevel&action=edit&redlink=1 "API GetAvailableLevel (page does not exist)")(index) - Gets the level of an available quest (only available after QUEST\_GREETING event).
[GetAvailableQuestInfo](https://wow.gamepedia.com/API_GetAvailableQuestInfo "API GetAvailableQuestInfo")(index) - Returns metadata (quest type) about an available quest.
[GetAvailableTitle](https://wow.gamepedia.com/index.php?title=API_GetAvailableTitle&action=edit&redlink=1 "API GetAvailableTitle (page does not exist)")(index) - Gets the title of an available quest (only available after QUEST\_GREETING event).
[GetCriteriaSpell](https://wow.gamepedia.com/index.php?title=API_GetCriteriaSpell&action=edit&redlink=1 "API GetCriteriaSpell (page does not exist)")()
[GetDailyQuestsCompleted](https://wow.gamepedia.com/index.php?title=API_GetDailyQuestsCompleted&action=edit&redlink=1 "API GetDailyQuestsCompleted (page does not exist)")() - Returns the current number of daily quests completed today.
[GetGreetingText](https://wow.gamepedia.com/index.php?title=API_GetGreetingText&action=edit&redlink=1 "API GetGreetingText (page does not exist)")()
[GetMaxRewardCurrencies](https://wow.gamepedia.com/index.php?title=API_GetMaxRewardCurrencies&action=edit&redlink=1 "API GetMaxRewardCurrencies (page does not exist)")()
[GetNumActiveQuests](https://wow.gamepedia.com/index.php?title=API_GetNumActiveQuests&action=edit&redlink=1 "API GetNumActiveQuests (page does not exist)")() - Gets the number of currently active quests from this NPC (only available after QUEST\_GREETING event).
[GetNumAutoQuestPopUps](https://wow.gamepedia.com/API_GetNumAutoQuestPopUps "API GetNumAutoQuestPopUps")() - Retrieves number of quests added via[AddAutoQuestPopUp](https://wow.gamepedia.com/API_AddAutoQuestPopUp "API AddAutoQuestPopUp").
[GetNumAvailableQuests](https://wow.gamepedia.com/index.php?title=API_GetNumAvailableQuests&action=edit&redlink=1 "API GetNumAvailableQuests (page does not exist)")() - Gets the number of currently available quests from this NPC (only available after QUEST\_GREETING event).
[GetNumQuestCurrencies](https://wow.gamepedia.com/index.php?title=API_GetNumQuestCurrencies&action=edit&redlink=1 "API GetNumQuestCurrencies (page does not exist)")()
[GetNumQuestItemDrops](https://wow.gamepedia.com/index.php?title=API_GetNumQuestItemDrops&action=edit&redlink=1 "API GetNumQuestItemDrops (page does not exist)")()
[GetNumQuestItems](https://wow.gamepedia.com/API_GetNumQuestItems "API GetNumQuestItems")() - Returns the number of items necessary to complete a particular quest.
[GetNumQuestLeaderBoards](https://wow.gamepedia.com/API_GetNumQuestLeaderBoards "API GetNumQuestLeaderBoards")(\[questIndex\]) - Returns the number of available quest objectives.
[GetNumQuestPOIWorldEffects](https://wow.gamepedia.com/index.php?title=API_GetNumQuestPOIWorldEffects&action=edit&redlink=1 "API GetNumQuestPOIWorldEffects (page does not exist)")()
[GetNumQuestRewards](https://wow.gamepedia.com/API_GetNumQuestRewards "API GetNumQuestRewards")() - Returns number of reward items (those that you always get) for quest currently in gossip window.
[GetNumQuestWatches](https://wow.gamepedia.com/index.php?title=API_GetNumQuestWatches&action=edit&redlink=1 "API GetNumQuestWatches (page does not exist)")() - Returns the number of quest watches active.
[GetNumRewardCurrencies](https://wow.gamepedia.com/API_GetNumRewardCurrencies "API GetNumRewardCurrencies")()
[GetNumRewardSpells](https://wow.gamepedia.com/index.php?title=API_GetNumRewardSpells&action=edit&redlink=1 "API GetNumRewardSpells (page does not exist)")()
[GetNumWorldQuestWatches](https://wow.gamepedia.com/index.php?title=API_GetNumWorldQuestWatches&action=edit&redlink=1 "API GetNumWorldQuestWatches (page does not exist)")()
[GetObjectiveText](https://wow.gamepedia.com/index.php?title=API_GetObjectiveText&action=edit&redlink=1 "API GetObjectiveText (page does not exist)")() - Gets the objective of the current quest.
[GetProgressText](https://wow.gamepedia.com/API_GetProgressText "API GetProgressText")() - Returns quest progress text, displayed by the NPC before the player pressed "Continue".
[GetQuestBackgroundMaterial](https://wow.gamepedia.com/API_GetQuestBackgroundMaterial "API GetQuestBackgroundMaterial")() - Returns the material string associated with the particular quest.
[GetQuestBountyInfoForMapID](https://wow.gamepedia.com/index.php?title=API_GetQuestBountyInfoForMapID&action=edit&redlink=1 "API GetQuestBountyInfoForMapID (page does not exist)")(mapID \[,table\])
[GetQuestCurrencyID](https://wow.gamepedia.com/index.php?title=API_GetQuestCurrencyID&action=edit&redlink=1 "API GetQuestCurrencyID (page does not exist)")("type", index)
[GetQuestCurrencyInfo](https://wow.gamepedia.com/API_GetQuestCurrencyInfo "API GetQuestCurrencyInfo")("type", index)
[GetQuestExpansion](https://wow.gamepedia.com/index.php?title=API_GetQuestExpansion&action=edit&redlink=1 "API GetQuestExpansion (page does not exist)")(questID
[GetQuestFactionGroup](https://wow.gamepedia.com/index.php?title=API_GetQuestFactionGroup&action=edit&redlink=1 "API GetQuestFactionGroup (page does not exist)")(questID
[GetQuestGreenRange](https://wow.gamepedia.com/API_GetQuestGreenRange "API GetQuestGreenRange")() - Returns for how many levels below you quests and mobs remain "green" (i.e. yield xp)
[GetQuestID](https://wow.gamepedia.com/API_GetQuestID "API GetQuestID")() - Returns the ID of the quest most recently displayed in a gossip frame, even after that frame is closed.
[GetQuestIndexForTimer](https://wow.gamepedia.com/API_GetQuestIndexForTimer "API GetQuestIndexForTimer")(timerID) - Gets the quest log index of a quest being timed.
[GetQuestIndexForWatch](https://wow.gamepedia.com/API_GetQuestIndexForWatch "API GetQuestIndexForWatch")(watchIndx) - Returns the quest index for the specified watch.
[GetQuestItemInfo](https://wow.gamepedia.com/API_GetQuestItemInfo "API GetQuestItemInfo")() - Returns basic information about the reward/choice/required item for quest currently in gossip window.
[GetQuestItemLink](https://wow.gamepedia.com/API_GetQuestItemLink "API GetQuestItemLink")("type", index) - Returns an[itemLink](https://wow.gamepedia.com/ItemLink "ItemLink")for a selected quest reward/choice/required item for quest currently in gossip window.
[GetQuestLink](https://wow.gamepedia.com/API_GetQuestLink "API GetQuestLink")(index) - Returns a[QuestLink](https://wow.gamepedia.com/QuestLink "QuestLink")for a quest.
[GetQuestMoneyToGet](https://wow.gamepedia.com/index.php?title=API_GetQuestMoneyToGet&action=edit&redlink=1 "API GetQuestMoneyToGet (page does not exist)")() - Returns amount of money required for quest currently displayed in gossip.
[GetQuestObjectiveInfo](https://wow.gamepedia.com/API_GetQuestObjectiveInfo "API GetQuestObjectiveInfo")(questID, index, displayComplete)
[GetQuestPOIBlobCount](https://wow.gamepedia.com/index.php?title=API_GetQuestPOIBlobCount&action=edit&redlink=1 "API GetQuestPOIBlobCount (page does not exist)")(questID)
[GetQuestPOILeaderBoard](https://wow.gamepedia.com/index.php?title=API_GetQuestPOILeaderBoard&action=edit&redlink=1 "API GetQuestPOILeaderBoard (page does not exist)")(index)
[GetQuestPOIs](https://wow.gamepedia.com/index.php?title=API_GetQuestPOIs&action=edit&redlink=1 "API GetQuestPOIs (page does not exist)")()
[GetQuestPortraitGiver](https://wow.gamepedia.com/index.php?title=API_GetQuestPortraitGiver&action=edit&redlink=1 "API GetQuestPortraitGiver (page does not exist)")()
[GetQuestPortraitTurnIn](https://wow.gamepedia.com/index.php?title=API_GetQuestPortraitTurnIn&action=edit&redlink=1 "API GetQuestPortraitTurnIn (page does not exist)")()
[GetQuestProgressBarPercent](https://wow.gamepedia.com/API_GetQuestProgressBarPercent "API GetQuestProgressBarPercent")(questID)
[GetQuestResetTime](https://wow.gamepedia.com/API_GetQuestResetTime "API GetQuestResetTime")() - Returns number of seconds until quest reset.
[GetQuestReward](https://wow.gamepedia.com/API_GetQuestReward "API GetQuestReward")(rewardIndex) - Completes the quest with the specified quest reward.
[GetQuestSortIndex](https://wow.gamepedia.com/index.php?title=API_GetQuestSortIndex&action=edit&redlink=1 "API GetQuestSortIndex (page does not exist)")(questIndex)
[GetQuestSpellLink](https://wow.gamepedia.com/index.php?title=API_GetQuestSpellLink&action=edit&redlink=1 "API GetQuestSpellLink (page does not exist)")(rewardSpellIndex)
[GetQuestTagInfo](https://wow.gamepedia.com/API_GetQuestTagInfo "API GetQuestTagInfo")(questID) - Returns tag information about the specified quest.
[GetQuestText](https://wow.gamepedia.com/index.php?title=API_GetQuestText&action=edit&redlink=1 "API GetQuestText (page does not exist)")() - Gets the description of the current quest.
[GetQuestTimers](https://wow.gamepedia.com/API_GetQuestTimers "API GetQuestTimers")() - Returns all of the quest timers currently in progress.
[GetQuestUiMapID](https://wow.gamepedia.com/index.php?title=API_GetQuestUiMapID&action=edit&redlink=1 "API GetQuestUiMapID (page does not exist)")(questID)
[GetQuestWatchIndex](https://wow.gamepedia.com/index.php?title=API_GetQuestWatchIndex&action=edit&redlink=1 "API GetQuestWatchIndex (page does not exist)")(index)
[GetQuestWatchInfo](https://wow.gamepedia.com/index.php?title=API_GetQuestWatchInfo&action=edit&redlink=1 "API GetQuestWatchInfo (page does not exist)")(index
[GetQuestsCompleted](https://wow.gamepedia.com/API_GetQuestsCompleted "API GetQuestsCompleted")(\[table\]) - Returns table of completed quests.
[GetRewardArtifactXP](https://wow.gamepedia.com/index.php?title=API_GetRewardArtifactXP&action=edit&redlink=1 "API GetRewardArtifactXP (page does not exist)")()
[GetRewardHonor](https://wow.gamepedia.com/index.php?title=API_GetRewardHonor&action=edit&redlink=1 "API GetRewardHonor (page does not exist)")()
[GetRewardMoney](https://wow.gamepedia.com/index.php?title=API_GetRewardMoney&action=edit&redlink=1 "API GetRewardMoney (page does not exist)")() - Returns a amount of copper rewarded for completion of quest displayed in gossip.
[GetRewardNumSkillUps](https://wow.gamepedia.com/index.php?title=API_GetRewardNumSkillUps&action=edit&redlink=1 "API GetRewardNumSkillUps (page does not exist)")()
[GetRewardSkillLineID](https://wow.gamepedia.com/index.php?title=API_GetRewardSkillLineID&action=edit&redlink=1 "API GetRewardSkillLineID (page does not exist)")()
[GetRewardSkillPoints](https://wow.gamepedia.com/index.php?title=API_GetRewardSkillPoints&action=edit&redlink=1 "API GetRewardSkillPoints (page does not exist)")()
[GetRewardSpell](https://wow.gamepedia.com/API_GetRewardSpell "API GetRewardSpell")() - Returns name and texture of spell awarded for quest completion for quest currently in gossip window.
[GetRewardText](https://wow.gamepedia.com/API_GetRewardText "API GetRewardText")() - Returns quest reward text, displayed by the NPC before the player hits "Complete Quest".
[GetRewardTitle](https://wow.gamepedia.com/index.php?title=API_GetRewardTitle&action=edit&redlink=1 "API GetRewardTitle (page does not exist)")() - Returns the title awarded by the currently displayed quest.
[GetRewardXP](https://wow.gamepedia.com/API_GetRewardXP "API GetRewardXP")() - Returns the amount of experience awarded by the currently displayed text.
[GetScalingQuestGreenRange](https://wow.gamepedia.com/index.php?title=API_GetScalingQuestGreenRange&action=edit&redlink=1 "API GetScalingQuestGreenRange (page does not exist)")()
[GetSuggestedGroupNum](https://wow.gamepedia.com/index.php?title=API_GetSuggestedGroupNum&action=edit&redlink=1 "API GetSuggestedGroupNum (page does not exist)")()
[GetSuperTrackedQuestID](https://wow.gamepedia.com/index.php?title=API_GetSuperTrackedQuestID&action=edit&redlink=1 "API GetSuperTrackedQuestID (page does not exist)")()
[GetTitleText](https://wow.gamepedia.com/API_GetTitleText "API GetTitleText")() - Retrieves the title of the quest while talking to the NPC about it.
[GetWorldQuestWatchInfo](https://wow.gamepedia.com/index.php?title=API_GetWorldQuestWatchInfo&action=edit&redlink=1 "API GetWorldQuestWatchInfo (page does not exist)")(index)
[HaveQuestData](https://wow.gamepedia.com/index.php?title=API_HaveQuestData&action=edit&redlink=1 "API HaveQuestData (page does not exist)")(questID
[HaveQuestRewardData](https://wow.gamepedia.com/index.php?title=API_HaveQuestRewardData&action=edit&redlink=1 "API HaveQuestRewardData (page does not exist)")(questID)
[IsActiveQuestLegendary](https://wow.gamepedia.com/index.php?title=API_IsActiveQuestLegendary&action=edit&redlink=1 "API IsActiveQuestLegendary (page does not exist)")(index)
[IsActiveQuestTrivial](https://wow.gamepedia.com/index.php?title=API_IsActiveQuestTrivial&action=edit&redlink=1 "API IsActiveQuestTrivial (page does not exist)")(index)
[IsAvailableQuestTrivial](https://wow.gamepedia.com/index.php?title=API_IsAvailableQuestTrivial&action=edit&redlink=1 "API IsAvailableQuestTrivial (page does not exist)")(index) - Unused in FrameXML.
[IsBreadcrumbQuest](https://wow.gamepedia.com/index.php?title=API_IsBreadcrumbQuest&action=edit&redlink=1 "API IsBreadcrumbQuest (page does not exist)")(questID)
[IsCurrentQuestFailed](https://wow.gamepedia.com/index.php?title=API_IsCurrentQuestFailed&action=edit&redlink=1 "API IsCurrentQuestFailed (page does not exist)")()
[IsQuestBounty](https://wow.gamepedia.com/index.php?title=API_IsQuestBounty&action=edit&redlink=1 "API IsQuestBounty (page does not exist)")(questID)
[IsQuestCompletable](https://wow.gamepedia.com/API_IsQuestCompletable "API IsQuestCompletable")() - Returns true if a quest is possible to complete.
[IsQuestComplete](https://wow.gamepedia.com/API_IsQuestComplete "API IsQuestComplete")(questID
[IsQuestCriteriaForBounty](https://wow.gamepedia.com/index.php?title=API_IsQuestCriteriaForBounty&action=edit&redlink=1 "API IsQuestCriteriaForBounty (page does not exist)")(questID, bountyQuestID)
[IsQuestFlaggedCompleted](https://wow.gamepedia.com/API_IsQuestFlaggedCompleted "API IsQuestFlaggedCompleted")(questID) - Determine if a quest has been completed.
[IsQuestHardWatched](https://wow.gamepedia.com/index.php?title=API_IsQuestHardWatched&action=edit&redlink=1 "API IsQuestHardWatched (page does not exist)")(index)
[IsQuestIDValidSpellTarget](https://wow.gamepedia.com/index.php?title=API_IsQuestIDValidSpellTarget&action=edit&redlink=1 "API IsQuestIDValidSpellTarget (page does not exist)")(questID)
[IsQuestInvasion](https://wow.gamepedia.com/index.php?title=API_IsQuestInvasion&action=edit&redlink=1 "API IsQuestInvasion (page does not exist)")(questID)
[IsQuestItemHidden](https://wow.gamepedia.com/index.php?title=API_IsQuestItemHidden&action=edit&redlink=1 "API IsQuestItemHidden (page does not exist)")(index)
[IsQuestSequenced](https://wow.gamepedia.com/index.php?title=API_IsQuestSequenced&action=edit&redlink=1 "API IsQuestSequenced (page does not exist)")(questID
[IsQuestWatched](https://wow.gamepedia.com/index.php?title=API_IsQuestWatched&action=edit&redlink=1 "API IsQuestWatched (page does not exist)")(questIndex) - Determine if the specified quest is watched.
[IsStoryQuest](https://wow.gamepedia.com/index.php?title=API_IsStoryQuest&action=edit&redlink=1 "API IsStoryQuest (page does not exist)")(questID) - Unused in FrameXML.
[IsTrackingHiddenQuests](https://wow.gamepedia.com/index.php?title=API_IsTrackingHiddenQuests&action=edit&redlink=1 "API IsTrackingHiddenQuests (page does not exist)")()
[IsUnitOnQuestByQuestID](https://wow.gamepedia.com/index.php?title=API_IsUnitOnQuestByQuestID&action=edit&redlink=1 "API IsUnitOnQuestByQuestID (page does not exist)")(questId, "unit") - Determine if the specified unit is on the given quest.
[IsUnitOnQuest](https://wow.gamepedia.com/API_IsUnitOnQuest "API IsUnitOnQuest")(questIndex, "unit") - Determine if the specified unit is on the given quest.
[IsWorldQuestHardWatched](https://wow.gamepedia.com/index.php?title=API_IsWorldQuestHardWatched&action=edit&redlink=1 "API IsWorldQuestHardWatched (page does not exist)")(questID)
[IsWorldQuestWatched](https://wow.gamepedia.com/index.php?title=API_IsWorldQuestWatched&action=edit&redlink=1 "API IsWorldQuestWatched (page does not exist)")(questId) - Determine if the world quest id is tracked.
[PlayAutoAcceptQuestSound](https://wow.gamepedia.com/index.php?title=API_PlayAutoAcceptQuestSound&action=edit&redlink=1 "API PlayAutoAcceptQuestSound (page does not exist)")()
[QuestChooseRewardError](https://wow.gamepedia.com/API_QuestChooseRewardError "API QuestChooseRewardError")() - Throws an error when the quest choose reward method doesn't work.
[QuestFlagsPVP](https://wow.gamepedia.com/index.php?title=API_QuestFlagsPVP&action=edit&redlink=1 "API QuestFlagsPVP (page does not exist)")() - Determine if the quest will flag you you for PvP when accepted.
[QuestGetAutoAccept](https://wow.gamepedia.com/API_QuestGetAutoAccept "API QuestGetAutoAccept")() - Returns whether the last-offered quest was automatically accepted.
[QuestGetAutoLaunched](https://wow.gamepedia.com/index.php?title=API_QuestGetAutoLaunched&action=edit&redlink=1 "API QuestGetAutoLaunched (page does not exist)")()
[QuestHasPOIInfo](https://wow.gamepedia.com/index.php?title=API_QuestHasPOIInfo&action=edit&redlink=1 "API QuestHasPOIInfo (page does not exist)")(questID)
[QuestIsDaily](https://wow.gamepedia.com/API_QuestIsDaily "API QuestIsDaily")() - Returns whether the offered quest is a daily quest.
[QuestIsFromAreaTrigger](https://wow.gamepedia.com/index.php?title=API_QuestIsFromAreaTrigger&action=edit&redlink=1 "API QuestIsFromAreaTrigger (page does not exist)")()
[QuestIsWeekly](https://wow.gamepedia.com/API_QuestIsWeekly "API QuestIsWeekly")() - Returns whether the offered quest is a weekly quest.
[QuestMapUpdateAllQuests](https://wow.gamepedia.com/index.php?title=API_QuestMapUpdateAllQuests&action=edit&redlink=1 "API QuestMapUpdateAllQuests (page does not exist)")()
[QuestPOIGetIconInfo](https://wow.gamepedia.com/index.php?title=API_QuestPOIGetIconInfo&action=edit&redlink=1 "API QuestPOIGetIconInfo (page does not exist)")(questID)
[QuestPOIGetQuestIDByIndex](https://wow.gamepedia.com/index.php?title=API_QuestPOIGetQuestIDByIndex&action=edit&redlink=1 "API QuestPOIGetQuestIDByIndex (page does not exist)")(index)
[QuestPOIGetQuestIDByVisibleIndex](https://wow.gamepedia.com/index.php?title=API_QuestPOIGetQuestIDByVisibleIndex&action=edit&redlink=1 "API QuestPOIGetQuestIDByVisibleIndex (page does not exist)")(index)
[QuestPOIGetSecondaryLocations](https://wow.gamepedia.com/index.php?title=API_QuestPOIGetSecondaryLocations&action=edit&redlink=1 "API QuestPOIGetSecondaryLocations (page does not exist)")(questID, \[table\])
[QuestPOIUpdateIcons](https://wow.gamepedia.com/index.php?title=API_QuestPOIUpdateIcons&action=edit&redlink=1 "API QuestPOIUpdateIcons (page does not exist)")()
[RemoveAutoQuestPopUp](https://wow.gamepedia.com/index.php?title=API_RemoveAutoQuestPopUp&action=edit&redlink=1 "API RemoveAutoQuestPopUp (page does not exist)")()
[RemoveQuestWatch](https://wow.gamepedia.com/API_RemoveQuestWatch "API RemoveQuestWatch")(questIndex) - Removes a quest watch by questIndex.
[RemoveWorldQuestWatch](https://wow.gamepedia.com/index.php?title=API_RemoveWorldQuestWatch&action=edit&redlink=1 "API RemoveWorldQuestWatch (page does not exist)")(questId) - Removes a world quest from the watch.
[SelectActiveQuest](https://wow.gamepedia.com/index.php?title=API_SelectActiveQuest&action=edit&redlink=1 "API SelectActiveQuest (page does not exist)")() - Selects an active quest from the NPC (only available after QUEST\_GREETING event).
[SelectAvailableQuest](https://wow.gamepedia.com/index.php?title=API_SelectAvailableQuest&action=edit&redlink=1 "API SelectAvailableQuest (page does not exist)")() - Selects an available quest from the NPC (only available after QUEST\_GREETING event).
[SetAbandonQuest](https://wow.gamepedia.com/API_SetAbandonQuest "API SetAbandonQuest")() - Called before[AbandonQuest](https://wow.gamepedia.com/API_AbandonQuest "API AbandonQuest").
[SetSuperTrackedQuestID](https://wow.gamepedia.com/index.php?title=API_SetSuperTrackedQuestID&action=edit&redlink=1 "API SetSuperTrackedQuestID (page does not exist)")()
[ShowQuestComplete](https://wow.gamepedia.com/API_ShowQuestComplete "API ShowQuestComplete")(index)
[ShowQuestOffer](https://wow.gamepedia.com/index.php?title=API_ShowQuestOffer&action=edit&redlink=1 "API ShowQuestOffer (page does not exist)")(index)
[SortQuestSortTypes](https://wow.gamepedia.com/index.php?title=API_SortQuestSortTypes&action=edit&redlink=1 "API SortQuestSortTypes (page does not exist)")()
[SortQuestWatches](https://wow.gamepedia.com/API_SortQuestWatches "API SortQuestWatches")() - Sorts the watched quests according to proximity and returns whether the order changed since last sorting.
[SortQuests](https://wow.gamepedia.com/index.php?title=API_SortQuests&action=edit&redlink=1 "API SortQuests (page does not exist)")()
- 基礎
- 循環
- 迭代器
- ipairs與pairs 的區別
- 流程控制if
- 函數
- 運算符
- 字符串
- 數組
- table(表)
- 模塊與包
- 魔獸插件
- 初學介紹
- api
- Global API
- Widget API
- 窗口小部件類層次結構(Widget Class Hierarchy)
- 動畫(Animation)
- 透明度(Alpha)
- 線條縮放比例(LineScale)
- 平移(Translation)
- 線平移(Line Translation)
- 路徑(Path)
- 旋轉(Rotation)
- 縮放(Scale)
- 紋理坐標平移(TextureCoordTranslation)
- 框架 :Frame
- 瀏覽器(Browser)
- 按鍵(Button)
- Item按鈕(ItemButton)
- 檢查按鈕(CheckButton)
- 檢測(Checkout)
- 顏色選擇(ColorSelect)
- 冷卻(Cooldown)
- 編輯框(EditBox)
- 戰爭迷霧(FogOfWarFrame)
- 游戲工具提示(GameTooltip)
- 消息框(MessageFrame)
- 小地圖(Minimap)
- 模型(Model)
- 玩家模型(PlayerModel)
- 電影模型(CinematicModel)
- 換裝模型(DressUpModel)
- 戰袍模型(TabardModel)
- _模型場景(ModelScene)
- 電影Frame(MovieFrame)
- 根小部件(Root Widgets)
- UIObject衍生品(UIObject Derivatives)
- 動畫衍生品(Animation Derivatives)
- FontInstance
- 地區衍生品(Region Derivatives)
- 幀衍生品(Frame Derivatives)
- 特殊(Special)
- Events(游戲中變化的事件)
- WoWAPI
- Global Function Groups
- 帳戶(Account)
- 成就(Achievements)
- 動作條(Action Bars)
- Action Buttons
- 插件(AddOns)
- 冒險指南(Adventure Guide)
- 神器(Artifact)
- 拍賣行(Auction House)
- 黑市AH
- 魔獸代幣(WoW Tokens)
- Azerite
- 背包(Bags)
- 容器(Containers)
- 庫存(Inventory)
- 銀行(Bank)
- 公會銀行(Guild Bank)
- 理發店(Barber Shop)
- 書籍(書籍)
- 日歷(calendar)
- 相機(Camera)
- 頻道(Channels)
- 聊天窗口(Chat Window)
- 社區(communities)
- 語音聊天(Voice Chat)
- 推特(Twitter)
- 角色(Character)
- 角色表(Paper Doll)
- 試衣間(dressing room)
- 活動(Movement)
- 指定目標(Targeting)
- 死亡(Death)
- 過場動畫(Cinematics)
- 職業(class)
- 天賦(Talents)
- 收藏(Collections)
- 坐騎(Mount Journal)
- 寵物(Pet Journal)
- 玩具箱(Toy Box)
- 傳家寶(Heirlooms)
- 外觀(Appearances)
- 戰斗記錄(Combat Log)
- 戰斗寵物(Combat Pets)
- 同伴(Companions)
- Contribution Collection
- 貨幣(Currency)
- 光標(Cursor)
- 客戶支持(Customer Support)
- 知識庫(Knowledge Base)
- 設備管理器(Equipment Manager)
- 擴展(Expansions)
- FrameXML
- 好友(Friends)
- Who List
- 真實身份證(Real ID)
- 招募朋友(Recruit-a-Friend)
- 駐軍(Garrisons)
- 建筑物(Buildings)
- 戰利品(Trophies)
- 追隨者與任務(Followers & Missions)
- 團隊(Groups)
- Raid Groups
- Raid Profiles
- 組查找器(Group Finder)
- 突襲者(Raid Finder)
- 公會(Guild)
- 檢查(Inspection)
- Instances
- 場景(Scenarios)
- Mythic+
- 入侵(Invasions)
- 海島探險(Island Expeditions)
- Items
- 按鍵綁定(Key Bindings)
- Modifiers
- 劫掠(Looting)
- 失控(Loss of Control)
- 宏命令(Macros)
- 郵件(Mail)
- 地圖(Maps)
- 飛行管理員(Flight Master)
- 追蹤(Tracking)
- 商人(Merchant)
- 銘牌(Nameplates)
- 寵物大戰(Pet Battles)
- 申請書(Petitions)
- 專業(Professions)
- 考古(Archaeology)
- 附魔(Enchantments)
- 雕文(glyphs)
- 物品插口(tem Socketing)
- PvP
- 競技場(Arena)
- 戰場(Battlegrounds)
- 世界戰場(World Battlefields)
- 爭吵(Brawl)
- 戰爭游戲(War Games)
- 戰爭模式(War Mode)
- 任務 (Quests)
- 任務日志(Quest Log)
- 任務選擇(Quest Choices)
- Task Quests
- 閑聊(Gossip)
- 探險地圖(Adventure Map)
- 戰爭戰役(War Campaigns)
- 種族(Races)
- 境界(Realms)
- 報告(Reporting)
- 聲望(Reputation)
- 報廢的機器(Scrapping Machine)
- 法術(Spells)
- Spell Book
- 商店(Shop)
- 召喚(Summoning)
- 系統(System)
- 網絡(Network)
- 控制臺(Console)
- 日期時間(Date & Time)
- 調試(Debugging)
- 圖形(Graphics)
- 語言環境(Locales)
- 腳本分析(Script Profiling)
- 安全執行(Secure Execution)
- 聲音(Sound)
- Sound Drivers
- Talking Head
- 交易(Trading)
- 訓練師(Trainer)
- 遷移(Transmogrification)
- 空白存儲(Void Storage)
- 講解(Tutorials)
- UI對象(UI Objects)
- 框架(Frame)
- 字體(Font)
- 質地(Texture)
- 混合(Mixin)
- 咒語(SpellMixin)
- ItemMixin
- 物品位置(ItemLocationMixin)
- PlayerLocationMixin
- 模型場景(ModelScene)
- 未分類
- UI窗口小部件管理器(UI Widget Manager)
- 單位(Units)
- 光環(Auras)
- 玩家(Players)
- 實用程序(Util)
- 車輛(Vehicles)
- Classic Specific Functions
- 獵人寵物(Hunter Pets)
- 專業(Professions)
- 手工制作(Crafting)
- @PvP
- 模擬器
- 訓練師(Trainer)
- 8.x API
- 控制臺(Console)
- 召喚(Summoning)
- See also
- 外部鏈接(External links)
- Widget handlers(UI交互事件)
- ScriptObject
- AnimationGroup
- Animation對象
- Alpha對象
- Scale
- LineScale
- Translation
- LineTranslation
- Path
- Rotation
- TextureCoordTranslation
- Frame
- Browser
- Button
- CheckButton
- ItemButton
- Checkout
- ColorSelect
- Cooldown
- EditBox
- FogOfWarFrame
- GameTooltip
- Model
- PlayerModel
- CinematicModel
- DressupModel
- TabardModel
- MovieFrame
- ScrollFrame
- Slider
- MessageFrame
- Minimap
- ModelScene
- OffScreenFrame
- POIFrame
- ArchaeologyDigSiteFrame
- QuestPOIFrame
- ScenarioPOIFrame
- SimpleHTML
- StatusBar
- UnitPositionFrame
- WorldFrame
- 入門
- .toc
- .lua
- .xml
- 示例
- 自動邀請插件
- 完整例子:顯示任務坐標
- eCoordinates.toc
- eCoordinates.xml
- eCoordinates.lua
- 開發幫助組件
- AddOn Studio編輯器
- 暴雪自帶調試工具
- DevTools調試插件
- wowlua
- 魔獸宏
- 戰斗寵物命令
- 暴雪界面命令
- 聊天命令
- chat substitutions
- 角色指令
- 開發者工具
- 表情動作
- 戰斗命令
- 公會命令
- 小隊與團隊命令、
- 寵物命令
- PvP的命令
- 系統命令
- 目標函數
- 命令
- 被禁用的命令
- 宏條件
- 裝備物品編號