Files
wow_Meta/api/SetFactionActive.lua
2025-05-04 14:35:26 +02:00

6 lines
417 B
Lua

---@diagnostic disable: missing-return, lowercase-global
---@param index number
---Removes the "inactive" status from a faction. "Inactive" factions behave no differently; the distinction only exists to allow players to hide factions they don't care about from the main display. Factions thus marked are automatically moved to an "Inactive" group at the end of the faction list.
function SetFactionActive(index) end