WoW API: GetWatchedFactionInfo

From AddOn Studio
Revision as of 04:46, 15 August 2023 by Move page script (talk | contribs) (Move page script moved page API GetWatchedFactionInfo to API GetWatchedFactionInfo without leaving a redirect)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

WoW API < GetWatchedFactionInfo

Returns information about the faction that is currently being watched.

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

Parameters[edit]

Returns[edit]

name, reaction, min, max, value
name
String - The name of the faction curretly being watched, nil if no faction is being watched.
standing
Integer - The StandingId with the faction.
min
Integer - The minimum bound for the current standing, for instance 21000 for Revered.
max
Integer - The maximum bound for the current standing, for instance 42000 for Exalted.
value
Integer - The current faction level, within the bounds.

Details[edit]

Added in 1.10.0