WoW:API GetQuestLogTitle: Difference between revisions

editet isComplete return value (based on QuestLogFrame.lua - L.177)
No edit summary
(editet isComplete return value (based on QuestLogFrame.lua - L.177))
Line 20: Line 20:
:;isHeader(boolean) : True if this quest is a header.
:;isHeader(boolean) : True if this quest is a header.
:;isCollapsed(boolean) : True if this quest is a header and is collapsed.
:;isCollapsed(boolean) : True if this quest is a header and is collapsed.
:;isComplete(boolean) : True if this quest is not a header and is complete.
:;isComplete(number) : -1 if quest is (FAILED), +1 if quest is (COMPLETED), nil otherwise.


----
----
Anonymous user