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

7 lines
223 B
Lua

---@diagnostic disable: missing-return, lowercase-global
---@param unit string
---@param unit string
---@return 1nil isSame
---Returns whether two units are from the same server
function UnitIsSameServer(unit, unit) end