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