Code format

This commit is contained in:
2025-05-04 14:32:03 +02:00
parent c0337ef97f
commit 93b45ac12e
3012 changed files with 8372 additions and 9301 deletions

View File

@@ -1,19 +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
---@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
function GetBattlefieldVehicleInfo(index) end