Files
wow_Meta/api/UnitIsOtherPlayersPet.lua
2025-05-04 14:35:26 +02:00

7 lines
215 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