Get Watched Faction Info
Game Version Wrapper
Returns watched faction data using the correct Blizzard API for the active client.
NamespaceEModuleCoreLifecyclewrapper
E:GetWatchedFactionInfo()Returns watched faction data using the correct Blizzard API for the active client.
Parameters
Section titled “Parameters”None.
Returns
Section titled “Returns”Watched faction data table or legacy-compatible watched faction fields.
Example
Section titled “Example”local watched = E:GetWatchedFactionInfo()Use for reputation integrations that need to support retail and older clients.
Source: ElvUI/Game/Shared/General/API.lua:1020