WoW:API CompleteQuest

From AddOn Studio
Revision as of 06:01, 4 January 2006 by WoWWiki>Muert
Jump to navigation Jump to search
CompleteQuest -Documentation by AlexanderYoshi-

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.

Template:WoW API