Contents
← WoW API < QueryQuestsCompleted
Requests a list of quests the character has completed from the server.
QueryQuestsCompleted();
Triggers events[edit | edit source]
Details[edit | edit source]
- 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[edit | edit source]
Community content is available under CC-BY-SA unless otherwise noted.