GetAutoQuestPopUp

From Warcraft Wiki
Jump to navigation Jump to search
Flavors
Links
Info
Added in 4.0.1

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

Cataclysm Patch 4.0.1 (2010-10-12): Added.

See also