Files
wow-weakauras/Meta/api/GetNumTrainerServices.lua
2024-11-07 23:12:37 +01:00

5 lines
523 B
Lua

---@diagnostic disable: missing-return, lowercase-global
---@return number numServices
---Returns the number of entries in the trainer service listing. Entries include both group headers and individual trainer services (i.e spells or recipes to be purchased). Reflects the list as it should currently be displayed, not necessarily the complete list -- if headers are collapsed or a filter is enabled, a smaller number will be returned. Returns 0 if not interacting with a trainer.
function GetNumTrainerServices() end