Files
wow_Meta/api/GetMerchantItemCostInfo.lua
2025-05-04 15:15:00 +02:00

8 lines
259 B
Lua

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