WoW:API GetNumGossipActiveQuests: Difference between revisions
Jump to navigation
Jump to search
(Created page with '{{wowapi}} Returns the number of active quests that you should eventually turn in to this NPC. numActiveQuests = GetNumGossipActiveQuests(); == Returns == ; numActiveQuests : N…') |
m (Move page script moved page API GetNumGossipActiveQuests to API GetNumGossipActiveQuests without leaving a redirect) |
(No difference)
|
Latest revision as of 04:46, 15 August 2023
← WoW API < GetNumGossipActiveQuests
Returns the number of active quests that you should eventually turn in to this NPC.
numActiveQuests = GetNumGossipActiveQuests();
Returns[edit]
- numActiveQuests
- Number - Number of quests you're on that should be turned in to the NPC you're gossiping with.
Details[edit]
- This information is available when GOSSIP_SHOW event fires.