7 lines
218 B
Lua
7 lines
218 B
Lua
---@diagnostic disable: missing-return, lowercase-global
|
|
---@meta
|
|
|
|
---@param index number
|
|
---Makes a faction the "watched" faction (displayed on the XP bar in the default UI)
|
|
function SetWatchedFactionIndex(index) end
|