WoW API: UnitFactionGroup
Get the UnitID faction
UnitFactionGroup("unitid");
Parameters
Arguments
- UnitID
- String - Unit ID you want to get the faction for
Returns
- englishFaction, localizedFaction
- englishFaction
- String - Faction name of the UnitID in English.
- localizedFaction
- String - Localized version of the faction name.
Details
Used to retrieve the UnitID faction (Horde or Alliance), this can be called at PLAYER_ENTERING_WORLD with a player UnitID.