WoW:API GetNumGossipAvailableQuests: Difference between revisions
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 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[edit]
- numNewQuests
- Number - Number of quests you can pick up from this NPC.
Details[edit]
- This information is available when GOSSIP_SHOW event fires.