WoW:API IsQuestCompletable: Difference between revisions

From AddOn Studio
Jump to navigation Jump to search
No edit summary
m ({{wowapi}})
Line 1: Line 1:
<center>'''IsQuestCompletable''' ''-Documentation by AlexanderYoshi-''</center>
{{wowapi}}
 
Returns true if a quest is possible to complete.
Returns true if a quest is possible to complete.


Line 26: Line 25:


: Returns true if the currently loaded quest in the quest window is completable.
: Returns true if the currently loaded quest in the quest window is completable.
----
{{WoW API}}

Revision as of 09:16, 18 June 2006

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.