Initial commit
This commit is contained in:
5
api/UnitIsTapped.lua
Normal file
5
api/UnitIsTapped.lua
Normal file
@@ -0,0 +1,5 @@
|
||||
---@diagnostic disable: missing-return, lowercase-global
|
||||
|
||||
---@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
|
||||
Reference in New Issue
Block a user