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

5 lines
356 B
Lua

---@diagnostic disable: missing-return, lowercase-global
---@return number numVehicles
---Returns the number of special vehicles in the current zone. Used only for certain vehicles in certain zones: includes the airships in Icecrown as well as vehicles used in Ulduar, Wintergrasp, and Strand of the Ancients.
function GetNumBattlefieldVehicles() end