Files
wow_Meta/api/UnitTargetsVehicleInRaidUI.lua
2024-12-16 13:13:08 +01:00

6 lines
506 B
Lua

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