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

7 lines
361 B
Lua

---@diagnostic disable: missing-return, lowercase-global
---@meta
---@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