WoW API: UnitFactionGroup

From AddOn Studio
Revision as of 09:06, 18 July 2006 by WoWWiki>Shadowed (Updated info to be accurate.)
Jump to navigation Jump to search

Get the UnitID faction

UnitFactionGroup("unitid");

Parameters

Arguments

UnitID
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.


WoW API < UnitFactionGroup