GetWatchedFactionInfo

From Warcraft Wiki
Jump to navigation Jump to search
Flavors
Links
Info
Added in 1.10.0 / 1.13.2

Returns info for the currently watched faction.

name, standing, min, max, value, factionID = GetWatchedFactionInfo()

Returns

name
string - The name of the faction curretly being watched, nil if no faction is being watched.
standing
number - The StandingId with the faction.
min
number - The minimum bound for the current standing, for instance 21000 for Revered.
max
number - The maximum bound for the current standing, for instance 42000 for Revered.
value
number - The current faction level, within the bounds.
factionID
number (FactionID) - Unique numeric identifier for the faction.

Patch changes

Mists of Pandaria Patch 5.0.4 (2012-08-28): Added factionID return value.
WoW Icon update.png Patch 1.10.0 (2006-03-28): Added.