WoW:API AddQuestWatch: Difference between revisions
Jump to navigation
Jump to search
(Rewrote AddQuestWatch to reflect its use in the FrameXML code.) |
No edit summary |
||
Line 1: | Line 1: | ||
{{wowapi}} | {{wowapi}} | ||
Adds a quest to the list of quests being watched with an optional time to watch it. | Adds a quest to the list of quests being watched with an optional time to watch it. | ||
AddQuestWatch(questIndex[, watchTime]) | AddQuestWatch(questIndex[, watchTime]) | ||
== Arguments == | == Arguments == | ||
:;questIndex : Number - The index of the quest in the quest log. | :;questIndex : Number - The index of the quest in the quest log. | ||
:;watchTime : Number - The amount of time to watch the quest in seconds. | :;watchTime : Number - The amount of time to watch the quest in seconds. | ||
== Returns == | == Returns == | ||
:None | :None |
Revision as of 08:24, 1 August 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