8 lines
339 B
Lua
8 lines
339 B
Lua
---@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
|