WoW:API GetGossipActiveQuests: Difference between revisions
Jump to navigation
Jump to search
GetGossipActiveQuests -Documentation by Gxam-
No edit summary |
(upgraded deprecated template) |
||
Line 1: | Line 1: | ||
{{wowapi}} | |||
<center>'''GetGossipActiveQuests''' ''-Documentation by [[User:Gxam|Gxam]]-''</center> | <center>'''GetGossipActiveQuests''' ''-Documentation by [[User:Gxam|Gxam]]-''</center> | ||
Line 20: | Line 21: | ||
---- | ---- | ||
__NOTOC__ | __NOTOC__ | ||
Revision as of 18:13, 6 January 2007
← WoW API < GetGossipActiveQuests
Get the list of active quests from an NPC.
title1, level1, title2, level2 = GetGossipActiveQuests()
Parameters
Arguments
None.
Returns
- title1, level1[, title2, level2, ...]
- title#
- String - The name of the quest
- level#
- Number - The level of the quest
Details
The active quests for an NPC are available after GOSSIP_SHOW has fired.