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