WoW:API UnitInParty: Difference between revisions

From AddOn Studio
Jump to navigation Jump to search
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]]
[[Category:API Unit Functions|UnitInParty]]
[[Category:API Unit Functions|UnitInParty]]
[[Category:API Group Functions|UnitInParty]]
[[Category:API Group 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.