WoW:API IsQuestCompletable

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

Returns true if a quest is possible to complete.

IsQuestCompletable();

Arguments
none

Returns
Boolean

Example
 if ( IsQuestCompletable() ) then QuestFrameCompleteButton:Enable(); end
Result
true | false

Description
Returns true if the currently loaded quest in the quest window is completable.

Template:WoW API