Wowpedia

We have moved to Warcraft Wiki. Click here for information and the new URL.

READ MORE

Wowpedia
Register
Advertisement

Returns true if a different unit or pet is a member of the party.

inMyParty = UnitPlayerOrPetInParty(unit)

Arguments[]

unit
string : The unit to check for party membership.

Returns[]

inMyParty
boolean - 1 if the unit is another player or another player's pet in your party, nil otherwise.

Details[]

  • This function returns nil if the unit is the player, or the player's pet.
Advertisement