19 lines
435 B
Lua
19 lines
435 B
Lua
---@diagnostic disable: missing-return, lowercase-global
|
|
---@meta
|
|
|
|
---@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
|