WoW:API UnitFactionGroup

From AddOn Studio
Revision as of 05:11, 4 January 2006 by WoWWiki>Muert
Jump to navigation Jump to search

UnitFactionGroup("player") returns the faction of the currently logged in character (Horde or Alliance). UnitFactionGroup("player") returns nil before PLAYER_ENTERING_WORLD and after/during PLAYER_LEAVING_WORLD event. UnitFactionGroup("target") returns the faction group the current target or nil if there is no current target.



Template:WoW API