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

7 lines
221 B
Lua

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