WoW:API UnitInParty: Difference between revisions

From AddOn Studio
Jump to navigation Jump to search
mNo edit summary
No edit summary
Line 3: Line 3:
Pets are not considered to be part of your party.
Pets are not considered to be part of your party.


[[Category:API Functions|UnitInParty]]
 
[[Category:API Unit Functions|UnitInParty]]
----
[[Category:API Group Functions|UnitInParty]]
{{WoW API}}

Revision as of 05:34, 4 January 2006

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.



Template:WoW API