8 lines
230 B
Lua
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
|