Initial commit
This commit is contained in:
7
api/UnitIsUnit.lua
Normal file
7
api/UnitIsUnit.lua
Normal file
@@ -0,0 +1,7 @@
|
||||
---@diagnostic disable: missing-return, lowercase-global
|
||||
|
||||
---@param unit string
|
||||
---@param unit string
|
||||
---@return 1nil isSame
|
||||
---Returns whether two unit references are to the same unit. Useful for determining whether a composite unitID (such as raid19target) also refers to a basic unitID; see example.
|
||||
function UnitIsUnit(unit, unit) end
|
Reference in New Issue
Block a user