7 lines
215 B
Lua
7 lines
215 B
Lua
---@diagnostic disable: missing-return, lowercase-global
|
|
---@meta
|
|
|
|
---@return number numMerchantItems
|
|
---Returns the number of different items available for purchase from a vendor
|
|
function GetMerchantNumItems() end
|