WoW:API UnitReaction

Revision as of 00:58, 11 January 2005 by WoWWiki>Flickering (Updated based on forum posts)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
UnitReaction -Documentation by Flickering-
reaction = UnitReaction("unit", "otherUnit");

Determine the reaction of the specified unit to the other specified unit.


Arguments
("unit", "otherUnit")
unit
String - The UnitId of the unit whose reaction is to be determined.
otherUnit
String - The UnitId of the unit towards whom the reaction is to be measured.

Returns
reaction
reaction
Number - the level of the reaction of unit towards otherUnit - this is a number between 1 and 7. If the reaction is unknown then 0 or nil (I dont know which -- Flickering) is returned.
1 - Exceptionally hostile
2 - Very Hostile
3 - Hostile
4 - Neutral
5 - Friendly
6 - Very Friendly
7 - Exceptionally friendly

Details
I'm not entirely sure what the actual levels of friendliness and hostility translate to. I'm 5 to myself!

Template:WoW API