WoW:API AbandonQuest: Difference between revisions
No edit summary |
m (Move page script moved page API AbandonQuest to API AbandonQuest without leaving a redirect) |
||
| (4 intermediate revisions by 4 users not shown) | |||
| Line 1: | Line 1: | ||
{{wowapi}} | |||
Abandon the specified quest. | Abandon the specified quest. | ||
| Line 25: | Line 24: | ||
: Abandon's the specified quest. Looks like [[API SetAbandonQuest|SetAbandonQuest]] should be called prior to use. | : Abandon's the specified quest. Looks like [[API SetAbandonQuest|SetAbandonQuest]] should be called prior to use. | ||
Latest revision as of 04:44, 15 August 2023
← WoW API < AbandonQuest
Abandon the specified quest.
AbandonQuest();
- Arguments
- none
- Returns
- nil
- Example
AbandonQuest();
- Result
- Description
- Abandon's the specified quest. Looks like SetAbandonQuest should be called prior to use.