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

8 lines
514 B
Lua

---@diagnostic disable: missing-return, lowercase-global
---@meta
---@param unit string
---@return boolean targetVehicle
---Returns whether attempts to target a unit should target its vehicle. The unit can still be targeted: this flag is used to provide a convenience in the default UI for certain cases (such as the Malygos encounter) such that clicking a unit in the raid UI targets its vehicle (e.g. so players can use their drakes to heal other players' drakes).
function UnitTargetsVehicleInRaidUI(unit) end