WoW:API IsQuestCompletable: Difference between revisions
Jump to navigation
Jump to search
IsQuestCompletable -Documentation by AlexanderYoshi-
mNo edit summary |
No edit summary |
||
Line 28: | Line 28: | ||
---- | ---- | ||
{{ | {{WoW API}} | ||
Revision as of 06:07, 4 January 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.