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

6 lines
216 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