This commit is contained in:
2024-11-07 23:12:37 +01:00
parent a67a1d8f40
commit f7c91862a0
3089 changed files with 18209 additions and 0 deletions

View File

@@ -0,0 +1,19 @@
---@diagnostic disable: missing-return, lowercase-global
---@param index number
---@return number vehicleX
---@return number vehicleY
---@return string unitName
---@return boolean isPossessed
---@return Idle vehicleType
---@return Airship Alliance
---@return Airship Horde
---@return Carriage
---@return Drive
---@return Fly
---@return Idle
---@return number orientation
---@return boolean isPlayer
---@return boolean isAlive
---Returns information about 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 GetBattlefieldVehicleInfo(index) end