Wowpedia

We have moved to Warcraft Wiki. Click here for information and the new URL.

READ MORE

Wowpedia
No edit summary
 
m ({{wowapi}})
(4 intermediate revisions by 4 users not shown)
Line 1: Line 1:
  +
{{wowapi}}
<center>'''IsQuestCompletable''' ''-Documentation by AlexanderYoshi-''</center>
 
 
 
Returns true if a quest is possible to complete.
 
Returns true if a quest is possible to complete.
   
Line 17: Line 16:
 
----
 
----
 
;''Example''
 
;''Example''
IsQuestCompletable();
+
if ( IsQuestCompletable() ) then QuestFrameCompleteButton:Enable(); end
   
 
;''Result''
 
;''Result''
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.
 
----
 
{{Template:WoW API}}
 

Revision as of 09:16, 18 June 2006

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.