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

7 lines
356 B
Lua

---@diagnostic disable: missing-return, lowercase-global
---@meta
---@param unit unitId
---Returns whether a unit is tapped. Normally, rewards for killing a unit are available only to the character or group who first damaged the unit; once a character has thus established his claim on the unit, it is considered "tapped".
function UnitIsTapped(unit) end