WoW:API AddQuestWatch: Difference between revisions

From AddOn Studio
Jump to navigation Jump to search
(added info on /script command)
 
(Rewrote AddQuestWatch to reflect its use in the FrameXML code.)
Line 1: Line 1:
I believe that this is supposed to track the defined quest. However, it does not seem to work correctly. No errors or anything, just not working for me.<br>
{{wowapi}} __NOTOC__
<pre>
 
AddQuestWatch("questname")
 
</pre>
Adds a quest to the list of quests being watched with an optional time to watch it.
AddQuestWatch(questIndex[, watchTime])
 
 
== Arguments ==
:;questIndex : Number - The index of the quest in the quest log.
:;watchTime : Number - The amount of time to watch the quest in seconds.
 
 
== Returns ==
:None

Revision as of 14:56, 6 June 2007

WoW API < AddQuestWatch


Adds a quest to the list of quests being watched with an optional time to watch it.

AddQuestWatch(questIndex[, watchTime])


Arguments

questIndex
Number - The index of the quest in the quest log.
watchTime
Number - The amount of time to watch the quest in seconds.


Returns

None