Files
wow_Meta/api/GetNumGossipOptions.lua
2025-05-04 15:15:00 +02:00

7 lines
394 B
Lua

---@diagnostic disable: missing-return, lowercase-global
---@meta
---@return number numOptions
---Returns the number of non-quest dialog options for the current Gossip NPC. Used by the default UI to skip greeting gossip for NPCs which provide only a greeting and one gossip option leading to the NPC's main interaction type (e.g. flight masters, merchants).
function GetNumGossipOptions() end