WoW:API CompleteQuest: Difference between revisions

From AddOn Studio
Jump to navigation Jump to search
mNo edit summary
No edit summary
Line 25: Line 25:


: 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.
----
----
{{Template:WoW API}}
{{WoW API}}
[[Category:API Functions|CompleteQuest]]
[[Category:API Quest Functions|CompleteQuest]]

Revision as of 06:01, 4 January 2006

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