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

7 lines
302 B
Lua

---@diagnostic disable: missing-return, lowercase-global
---@meta
---@return number numNodes
---Returns the number of flight points on the taxi map. Only returns valid data while interacting with a flight master (i.e. between the TAXIMAP_OPENED and TAXIMAP_CLOSED events).
function NumTaxiNodes() end