C_Reputation.IsFactionParagon

From Warcraft Wiki
Jump to navigation Jump to search

Returns true if a faction is a paragon reputation.

isParagon = C_Reputation.IsFactionParagon(factionID)

Arguments

factionID
number - The factionID from the 14th return of GetFactionInfo or the 6th return from GetWatchedFactionInfo.

Returns

isParagon
boolean - true if the faction is Paragon level, false otherwise.

Patch changes

Legion Patch 7.2.0 (2017-03-28): Added.

See also