WoW API: GetNumGossipAvailableQuests

From AddOn Studio
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[edit]

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

Details[edit]

  • This information is available when GOSSIP_SHOW event fires.

See also[edit]