Returns whether or not the unit is another player's permanent pet
See also Pet functions.
Signature:
isPet = UnitIsOtherPlayersPet("unit")
Arguments:
unit- A unit to query (string, unitId)
Returns:
isPet- Whether or not the unit is another player's permanent pet (guardians do not count). (boolean)