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

8 lines
230 B
Lua

---@diagnostic disable: missing-return, lowercase-global
---@meta
---@param index number
---@param shouldExpand number
---Expands or collapses a list header in the Currency UI
function ExpandCurrencyList(index, shouldExpand) end