WoW API: GetNumGossipAvailableQuests

From AddOn Studio
Revision as of 23:08, 4 April 2010 by WoWWiki>Starlightblunder (Created page with '{{wowapi}} Returns the number of quests (that you are not already on) offered by this NPC. numNewQuests = GetNumGossipAvailableQuests(); == Returns == ; numNewQuests : Number -…')
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

WoW API < GetNumGossipAvailableQuests

Returns the number of quests (that you are not already on) offered by this NPC.

numNewQuests = GetNumGossipAvailableQuests();

Returns

numNewQuests
Number - Number of quests you can pick up from this NPC.

Details

  • This information is available when GOSSIP_SHOW event fires.

See also