WoW API: QueryQuestsCompleted

From AddOn Studio
Revision as of 00:00, 29 March 2010 by WoWWiki>Starlightblunder (Created page with '{{wowapi}} Requests a list of quests the character has completed from the server. QueryQuestsCompleted(); == Triggers events == * {{api|QUEST_QUERY_COMPLETE|t=e}} == Details =…')
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

WoW API < QueryQuestsCompleted

Requests a list of quests the character has completed from the server.

QueryQuestsCompleted();

Triggers events

Details

  • This function is only used to send the request for information; it returns immediately but with no data.
  • When information is retrieved from the server, addons are notified through the QUEST_QUERY_COMPLETE event. You may then use GetQuestsCompleted() to get the list of completed quests.

See also