Code format
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
---@diagnostic disable: missing-return, lowercase-global
|
||||
|
||||
---@param index number
|
||||
---@return number maxStack
|
||||
---@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
|
||||
function GetMerchantItemMaxStack(index) end
|
||||
|
Reference in New Issue
Block a user