Initial commit
This commit is contained in:
6
api/GetMerchantItemMaxStack.lua
Normal file
6
api/GetMerchantItemMaxStack.lua
Normal file
@@ -0,0 +1,6 @@
|
||||
---@diagnostic disable: missing-return, lowercase-global
|
||||
|
||||
---@param index number
|
||||
---@return number maxStack
|
||||
---Returns the maximum number of an item allowed in a single purchase. Determines the largest value usable for the second argument (quantity) of BuyMerchantItem() when purchasing the item. For most items, this is the same as the maximum stack size of the item.
|
||||
function GetMerchantItemMaxStack(index) end
|
Reference in New Issue
Block a user