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

7 lines
250 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