WoW:API GetGossipActiveQuests: Difference between revisions
Jump to navigation
Jump to search
GetGossipActiveQuests -Documentation by Gxam-
No edit summary |
No edit summary |
||
Line 1: | Line 1: | ||
{{API | <center>'''GetGossipActiveQuests''' ''-Documentation by [[User:Gxam|Gxam]]-''</center> | ||
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 [[Events D-G (Delete, Display, Duel, Equip, Execute, FriendList, Gossip, Guild)#GOSSIP_SHOW|GOSSIP_SHOW]] has fired. | |||
---- | |||
__NOTOC__ | |||
{{Template:WoW API}} |
Revision as of 19:41, 7 January 2006
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.