Initial commit
This commit is contained in:
5
api/GetNumTrainerServices.lua
Normal file
5
api/GetNumTrainerServices.lua
Normal file
@@ -0,0 +1,5 @@
|
||||
---@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
|
||||
Reference in New Issue
Block a user