WoW:API GetNumGossipAvailableQuests: Difference between revisions

From AddOn Studio
Jump to navigation Jump to search
(Created page with '{{wowapi}} Returns the number of quests (that you are not already on) offered by this NPC. numNewQuests = GetNumGossipAvailableQuests(); == Returns == ; numNewQuests : Number -…')
 
m (Move page script moved page API GetNumGossipAvailableQuests to WoW:API GetNumGossipAvailableQuests without leaving a redirect)
 
(No difference)

Latest revision as of 04:46, 15 August 2023

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