GetAutoQuestPopUp

From Warcraft Wiki
Jump to navigation Jump to search
Flavors
Links
Patch
Added in 4.0.1 / 4.4.0 / 1.15.3

Returns info for a popup quest notification.

questID, type = GetAutoQuestPopUp(index)

Arguments

index
number - which popup to get information about, between 1 and GetNumAutoQuestPopUps()

Returns

questID
number - the quest id
type
string - Notification type. One of "OFFER" (new quest added) or "COMPLETE" (quest finished).

Patch changes

See also