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,9 +1,9 @@
---@diagnostic disable: missing-return, lowercase-global
---@param slot number
---@return 2 status
---@return 0
---@return 1
---@return 2
---@param slot number
---@return 2 status
---@return 0
---@return 1
---@return 2
---Returns the durability warning status of an equipped item. Looking up the status returned by this function in the INVENTORY_ALERT_COLORS table provides color values, used in the default UI to highlight parts of the DurabiltyFrame (i.e. the "armored man" image) that appears when durability is low.
function GetInventoryAlertStatus(slot) end
function GetInventoryAlertStatus(slot) end