6 lines
412 B
Lua
6 lines
412 B
Lua
---@diagnostic disable: missing-return, lowercase-global
|
||
|
||
---@param index number
|
||
---Expands a given faction header or sub-header in the Reputation UI. Faction headers include both major groups (Classic, Burning Crusade, Wrath of the Lich King, Inactive, etc.) and the sub-groups within them (Alliance Forces, Steamwheedle Cartel, Horde Expedition, Shattrath City, etc.).
|
||
function ExpandFactionHeader(index) end
|