WoW:API UnitIsFriend: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
mNo edit summary |
||
Line 4: | Line 4: | ||
If the second parameter is "target" and nothing is targeted, this function returns <tt>nil</tt>. | If the second parameter is "target" and nothing is targeted, this function returns <tt>nil</tt>. | ||
[[Category:API Functions|UnitIsFriend]] | |||
[[Category:API Unit Functions|UnitIsFriend]] |
Revision as of 13:23, 27 August 2005
/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.