Files
wow-weakauras/Meta/api/InterfaceOptionsFrame_OpenToCategory.lua
2024-11-07 23:12:37 +01:00

6 lines
256 B
Lua

---@diagnostic disable: missing-return, lowercase-global
---@param panelName string
---@param panel table
---Opens the Interface Options window and displays a given panel within it
function InterfaceOptionsFrame_OpenToCategory(panelName, panel) end