WoW:API GetAvailableQuestInfo: Difference between revisions
Jump to navigation
Jump to search
(Created page with '{{wowapi}} Returns information about the type of an available quest. isTrivial, isDaily, isRepeatable = GetAvailableQuestInfo(index); == Arguments == ; index : Number - Index o…') |
m (Move page script moved page API GetAvailableQuestInfo to API GetAvailableQuestInfo without leaving a redirect) |
(No difference)
|
Latest revision as of 04:45, 15 August 2023
← WoW API < GetAvailableQuestInfo
Returns information about the type of an available quest.
isTrivial, isDaily, isRepeatable = GetAvailableQuestInfo(index);
Arguments[edit]
- index
- Number - Index of the available quest to query, starting from 1.
Returns[edit]
- isTrivial
- Flag - 1 if the quest is trivial (too low-level compared to the character), nil otherwise.
- isDaily
- Flag - 1 if the quest is a daily quest, nil otherwise.
- isRepeatable
- Flag - 1 if the quest is repeatable, nil otherwise.
History[edit]
- Added in Patch 3.3.3.