Files
wow_Meta/api/GetSelectedFaction.lua
2025-05-04 15:15:00 +02:00

7 lines
318 B
Lua

---@diagnostic disable: missing-return, lowercase-global
---@meta
---@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