Skip to content

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.

None.

Watched faction data table or legacy-compatible watched faction fields.

local watched = E:GetWatchedFactionInfo()

Use for reputation integrations that need to support retail and older clients.

Source: ElvUI/Game/Shared/General/API.lua:1020