Files
wow_Meta/api/GetMerchantItemCostInfo.lua
2024-12-16 13:13:08 +01:00

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