WoW:API UnitFactionGroup: Difference between revisions

From AddOn Studio
Jump to navigation Jump to search
mNo edit summary
No edit summary
Line 3: Line 3:
UnitFactionGroup("target") returns the faction group the current target or nil if there is no current target.
UnitFactionGroup("target") returns the faction group the current target or nil if there is no current target.


[[Category:API Functions|UnitFactionGroup]]
 
[[Category:API Faction Functions|UnitFactionGroup]]
----
[[Category:API Unit Functions|UnitFactionGroup]]
{{WoW API}}

Revision as of 05:11, 4 January 2006

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