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

6 lines
417 B
Lua

---@diagnostic disable: missing-return, lowercase-global
---@param unit string
---@return 1nil isTapped
---Returns whether a unit is tapped by the player or the player's group. 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 UnitIsTappedByPlayer(unit) end