m
Move page script moved page API IsQuestCompletable to WoW:API IsQuestCompletable without leaving a redirect
No edit summary |
m (Move page script moved page API IsQuestCompletable to WoW:API IsQuestCompletable without leaving a redirect) |
||
| (4 intermediate revisions by 4 users not shown) | |||
| Line 1: | Line 1: | ||
{{wowapi}} | |||
Returns true if a quest is possible to complete. | Returns true if a quest is possible to complete. | ||
| Line 17: | Line 16: | ||
---- | ---- | ||
;''Example'' | ;''Example'' | ||
if ( IsQuestCompletable() ) then QuestFrameCompleteButton:Enable(); | 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. | ||