Open main menu
Home
Random
Log in
Settings
About AddOn Studio
Disclaimers
AddOn Studio
Search
Editing
WoW:API GetFactionInfo
(section)
Warning:
You are not logged in. Your IP address will be publicly visible if you make any edits. If you
log in
or
create an account
, your edits will be attributed to your username, along with other benefits.
Anti-spam check. Do
not
fill this in!
=== Returns === :name, description, standingId, bottomValue, topValue, earnedValue, atWarWith, canToggleAtWar, isHeader, isCollapsed, isWatched :;name :: String - The display name/label for this row. :;description :: String - Returns the small description from the reputation tab. :;standingId :: Integer [[API TYPE StandingId|StandingId]] - Numeric representation of standing(Neutral, friendly etc) with faction, is always between 0 and 8 (present for header rows, though its significance is unknown) :;bottomValue :: Integer - Numeric representation of the minimum reputation earned with this faction at the current standing, ex. Neutral is 0, Friendly is 3000 (Present for header rows, but significance of value is unknown). :;topValue :: Integer - Numeric representation of the maximum reputation that can be earned with this faction at the current standing, ex. Neutral is 3000, Friendly is 9000 (Present for header rows, but significance of value is unknown). :;earnedValue :: Integer - Numeric representation of the TOTAL reputation earned with this faction, ex. 1500/3000 Neutral is 1500, 2500/6000 Friendly is 5500 (Present for header rows, but significance of value is unknown). :;atWarWith :: Flag - 1 if player is at war with the faction, nil otherwise. :;canToggleAtWar :: Flag - 1 if player can toggle the 'At War' flag for this faction, nil otherwise. :;isHeader :: Flag - 1 if this row is a header row, nil otherwise. :;isCollapsed :: Flag - 1 if this row is a collapsed header row, nil otherwise. :;hasRep ''(New in 3.0.2)'' :: Flag - 1 indicates when a faction that's otherwise a header should show its own reputation bar.(Currently used for Horde Expedition / Alliance Vanguard.) :;isWatched :: Flag - 1 if this faction is being watched (Show as experience bar in default UI), nil otherwise. :;isChild ''(New in 3.0.2)'' :: Flag - 1 is used in conjunction with isHeader to create the new 3-level faction tree structure.
Summary:
Please note that all contributions to AddOn Studio are considered to be released under the Creative Commons Attribution-NonCommercial-ShareAlike (see
AddOn Studio Wiki:Copyrights
for details).
Submissions must be written by you, or copied from a public domain or similar free resource (see
AddOn Studio Wiki:Copyrights
for details).
Cancel
Editing help
(opens in new window)
Close
Loading editor…