Files
wow-weakauras/Meta/api/UnitIsOtherPlayersPet.lua
2024-11-07 23:12:37 +01:00

6 lines
221 B
Lua

---@diagnostic disable: missing-return, lowercase-global
---@param unit string
---@return boolean isPet
---Returns whether or not the unit is another player's permanent pet
function UnitIsOtherPlayersPet(unit) end