21 lines
715 B
Lua
21 lines
715 B
Lua
---@diagnostic disable: missing-return, lowercase-global
|
|
---@meta
|
|
|
|
---@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
|