6 lines
309 B
Lua
6 lines
309 B
Lua
---@diagnostic disable: missing-return, lowercase-global
|
|
|
|
---@return number index
|
|
---Returns which faction entry is selected in the reputation UI. Selection has no bearing on other faction-related APIs; this function merely facilitates behaviors of Blizzard's reputation UI.
|
|
function GetSelectedFaction() end
|