WoW:API GetGossipActiveQuests: Difference between revisions

m
Move page script moved page API GetGossipActiveQuests to WoW:API GetGossipActiveQuests without leaving a redirect
No edit summary
m (Move page script moved page API GetGossipActiveQuests to WoW:API GetGossipActiveQuests without leaving a redirect)
 
(One intermediate revision by one other user not shown)
Line 3: Line 3:
Get the list of active quests from an NPC.
Get the list of active quests from an NPC.


  title1, level1, isLowLevel1, title2, level2, isLowLevel2 = GetGossipActiveQuests()
  title1, level1, isLowLevel1, isComplete1, title2, level2, isLowLevel2, isComplete2 = GetGossipActiveQuests()


== Parameters ==
== Parameters ==
Line 10: Line 10:


=== Returns ===
=== Returns ===
:title1, level1, isLowLevel1[, title2, level2, isLowLevel2, ...]
:title1, level1, isLowLevel1, isComplete1 [, title2, level2, isLowLevel2, isComplete2, ...]


:;title# : String - The name of the quest
:;title# : String - The name of the quest
:;level# : Number - The level of the quest
:;level# : Number - The level of the quest
:;isLowLevel# : 1 if the quest is low level, nil otherwise
:;isLowLevel# : 1 if the quest is low level, nil otherwise
:;isComplete# : 1 if the quest is complete, nil otherwise


==Details==
==Details==
Anonymous user