This commit is contained in:
2024-11-07 23:12:37 +01:00
parent a67a1d8f40
commit f7c91862a0
3089 changed files with 18209 additions and 0 deletions

View File

@@ -0,0 +1,29 @@
---@diagnostic disable: missing-return, lowercase-global
---@param factionID number
---@return string name
---@return string description
---@return 8 standingID
---@return 1
---@return 2
---@return 3
---@return 4
---@return 5
---@return 6
---@return 7
---@return 8
---@return number barMin
---@return number barMax
---@return number barValue
---@return 1nil atWarWith
---@return 1nil canToggleAtWar
---@return 1nil isHeader
---@return 1nil isCollapsed
---@return 1nil hasRep
---@return 1nil isWatched
---@return 1nil isChild
---@return number factionID
---@return 1nil hasBonusRepGain
---@return 1nil canBeLFGBonus
---Returns information about a faction or header listing. Returns information about a faction regardless of whether the faction is known to the player (indeed, even for factions only available to the opposing alliance); see GetFactionInfo for information about factions listed in the player's Reputation UI. Faction IDs used by this function match those found on database sites (e.g. Guardians of Hyjal) and are also returned by GetQuestLogRewardFactionInfo.
function GetFactionInfoByID(factionID) end