WoW:API UnitIsFriend

From AddOn Studio
Revision as of 05:34, 4 January 2006 by WoWWiki>Muert
Jump to navigation Jump to search

/script if (UnitIsFriend("player","target")) then AssistUnit("target"); end

Note: in the context of this function, "friend" is any PC in your faction or any NPC that is friendly towards you (i.e. is green if you target it). It has nothing to do with whether you have added the unit to your friends list or not.

If the second parameter is "target" and nothing is targeted, this function returns nil.

Note: returns either nil or 1, not a boolean value.



Template:WoW API