WoW:API AddQuestWatch: Difference between revisions
Jump to navigation
Jump to search
(added info on /script command) |
m (Move page script moved page API AddQuestWatch to API AddQuestWatch without leaving a redirect) |
||
(2 intermediate revisions by 2 users not shown) | |||
Line 1: | Line 1: | ||
{{wowapi}} | |||
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 |
Latest revision as of 04:45, 15 August 2023
← WoW API < AddQuestWatch
Adds a quest to the list of quests being watched with an optional time to watch it.
AddQuestWatch(questIndex[, watchTime])
Arguments[edit]
- questIndex
- Number - The index of the quest in the quest log.
- watchTime
- Number - The amount of time to watch the quest in seconds.
Returns[edit]
- None