Wowpedia

We have moved to Warcraft Wiki. Click here for information and the new URL.

READ MORE

Wowpedia
Register
Advertisement

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 Patch 1.10.0 (2006-03-28): Added.

Advertisement