Returns information about the "watched" faction (displayed on the XP bar in the default UI)
See also Faction functions.
Signature:
name, standingID, barMin, barMax, barValue = GetWatchedFactionInfo()
Returns:
name- Name of the faction being watched (string)standingID- The player's current standing with the faction (number, standingID)1- Hated2- Hostile3- Unfriendly4- Neutral5- Friendly6- Honored7- Revered8- Exalted
barMin- The minimum value for the faction status bar (number)barMax- The maximum value for the faction status bar (number)barValue- The current value for the faction status bar (number)