Rewrote AddQuestWatch to reflect its use in the FrameXML code.
(added info on /script command) |
(Rewrote AddQuestWatch to reflect its use in the FrameXML code.) |
||
| Line 1: | Line 1: | ||
{{wowapi}} __NOTOC__ | |||
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 | |||