Files
wow-weakauras/Meta/api/GetMerchantItemCostInfo.lua
2024-11-07 23:12:37 +01:00

6 lines
256 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