WoW:API AbandonQuest: Difference between revisions
Jump to navigation
Jump to search
AbandonQuest -Documentation by AlexanderYoshi-
No edit summary |
mNo edit summary |
||
Line 26: | Line 26: | ||
: 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. | ||
---- | ---- | ||
{{Template:WoW API}} | {{Template:WoW API}} | ||
[[Category:API Functions|AbandonQuest]] | |||
[[Category:API Quest Functions|AbandonQuest]] |
Revision as of 12:55, 27 August 2005
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.