WoW:API QueryQuestsCompleted: Difference between revisions
Jump to navigation
Jump to search
(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 =…') |
m (Move page script moved page API QueryQuestsCompleted to WoW:API QueryQuestsCompleted without leaving a redirect) |
||
| (One intermediate revision by one other user not shown) | |||
| Line 3: | Line 3: | ||
QueryQuestsCompleted(); | QueryQuestsCompleted(); | ||
== Triggers events == | == Triggers events == | ||
* {{api|QUEST_QUERY_COMPLETE|t=e}} | * {{api|QUEST_QUERY_COMPLETE|t=e}} | ||
Latest revision as of 04:47, 15 August 2023
← 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.