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

7 lines
425 B
Lua
Raw Blame History

This file contains invisible Unicode characters

This file contains invisible Unicode characters that are indistinguishable to humans but may be processed differently by a computer. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

---@diagnostic disable: missing-return, lowercase-global
---@meta
---@param index number
---Collapses 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 CollapseFactionHeader(index) end