Initial commit
This commit is contained in:
17
api/GetWatchedFactionInfo.lua
Normal file
17
api/GetWatchedFactionInfo.lua
Normal file
@@ -0,0 +1,17 @@
|
||||
---@diagnostic disable: missing-return, lowercase-global
|
||||
|
||||
---@return string name
|
||||
---@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
|
||||
---Returns information about the "watched" faction (displayed on the XP bar in the default UI)
|
||||
function GetWatchedFactionInfo() end
|
||||
Reference in New Issue
Block a user