WoW:API CompleteQuest: Difference between revisions

From AddOn Studio
Jump to navigation Jump to search
No edit summary
m ({{wowapi}})
Line 1: Line 1:
<center>'''CompleteQuest''' ''-Documentation by AlexanderYoshi-''</center>
{{wowapi}}
 
Complete the specified quest.
Complete the specified quest.


Line 25: Line 24:


: Complete the specified quest in the quest log window. Called when the CompleteQuest button is pressed.
: Complete the specified quest in the quest log window. Called when the CompleteQuest button is pressed.
----
{{WoW API}}

Revision as of 09:16, 18 June 2006

WoW API < CompleteQuest

Complete the specified quest.

CompleteQuest();

Arguments
none

Returns
nil

Example
CompleteQuest();
Result

Description
Complete the specified quest in the quest log window. Called when the CompleteQuest button is pressed.