5 lines
187 B
Lua
5 lines
187 B
Lua
---@diagnostic disable: missing-return, lowercase-global
|
|
|
|
---@return number numEntries
|
|
---Returns the number of list entries to show in the Currency UI
|
|
function GetCurrencyListSize() end |