WoW:API IsQuestCompletable: Difference between revisions

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


----
----
{{Template:WoW API}}
{{WoW API}}
[[Category:API Functions|IsQuestCompletable]]
[[Category:API Quest Functions|IsQuestCompletable]]

Revision as of 06:07, 4 January 2006

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