6 lines
295 B
Lua
6 lines
295 B
Lua
---@diagnostic disable: missing-return, lowercase-global
|
||
|
||
---@param index number
|
||
---Selects a faction in the reputation UI. Selection has no bearing on other faction-related APIs; this function merely facilitates behaviors of Blizzard's reputation UI.
|
||
function SetSelectedFaction(index) end
|