Code format

This commit is contained in:
2025-05-04 14:32:03 +02:00
parent c0337ef97f
commit 93b45ac12e
3012 changed files with 8372 additions and 9301 deletions

View File

@@ -1,10 +1,10 @@
---@diagnostic disable: missing-return, lowercase-global
---@param itemId number
---@param itemName string
---@param itemLink string
---@param includeBank boolean
---@param includeCharges boolean
---@return number itemCount
---@param itemId number
---@param itemName string
---@param itemLink string
---@param includeBank boolean
---@param includeCharges boolean
---@return number itemCount
---Returns information about how many of a given item the player has or on remaining item charges. When the third argument includeCharges is true, the returned number indicates the total number of remaining charges for the item instead of how many of the item you have; e.g. if you have 3 Wizard Oils and one of them has been used twice, the returned value will be 13.
function GetItemCount(itemId, itemName, itemLink, includeBank, includeCharges) end
function GetItemCount(itemId, itemName, itemLink, includeBank, includeCharges) end