Wowpedia

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

READ MORE

Wowpedia
mNo edit summary
mNo edit summary
Line 1: Line 1:
Returns 1 if the unit is in your party. UnitInParty("player") always returns true.
+
Returns 1 if the unit is in your party, nil otherwise. UnitInParty("player") always returns true.
  +
  +
Pets are not considered to be part of your party.
   
 
[[Category:API Functions|UnitInParty]]
 
[[Category:API Functions|UnitInParty]]

Revision as of 18:24, 23 September 2005

Returns 1 if the unit is in your party, nil otherwise. UnitInParty("player") always returns true.

Pets are not considered to be part of your party.