6 lines
251 B
Lua
6 lines
251 B
Lua
---@diagnostic disable: missing-return, lowercase-global
|
|
|
|
---@param index number
|
|
---@return number currencyCount
|
|
---Returns information about alternate currencies required to purchase an item from a vendor
|
|
function GetMerchantItemCostInfo(index) end |