WoW API: IsQuestCompletable

Revision as of 09:16, 18 June 2006 by WoWWiki>Starlightblunder ({{wowapi}})

WoW API < IsQuestCompletable

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.