WoW API: UnitFactionGroup

WoW API < UnitFactionGroup

Get the name of the faction (Horde/Alliance) a unit belongs to.

englishFaction, localizedFaction = UnitFactionGroup(unit)

ArgumentsEdit

unit
String - UnitID you want to get the faction for

ReturnsEdit

englishFaction
String - Unit's faction name in English, i.e. "Alliance", "Horde" or nil.
localizedFaction
String - Unit's faction name in the client's locale or nil.

DetailsEdit

The functon returns correct results after the PLAYER_ENTERING_WORLD event.

Note that for NPCs, the function will only return Alliance/Horde for factions closely allied with either side. Goblins, for instance, return nil,nil.