WoW:API AbandonQuest: Difference between revisions
Jump to navigation
Jump to search
AbandonQuest -Documentation by AlexanderYoshi-
mNo edit summary |
No edit summary |
||
Line 25: | Line 25: | ||
: 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. | ||
---- | ---- | ||
{{WoW API}} | |||
{{ | |||
Revision as of 06:01, 4 January 2006
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.