Initial commit

This commit is contained in:
2024-12-16 13:13:08 +01:00
commit c8d4f32d5d
3093 changed files with 18304 additions and 0 deletions

View File

@@ -0,0 +1,9 @@
---@diagnostic disable: missing-return, lowercase-global
---@param quality number
---@return number redComponent
---@return number greenComponent
---@return number blueComponent
---@return string hexColor
---Returns color values for use in displaying items of a given quality. Color components are floating-point values between 0 (no component) and 1 (full intensity of the component). Prior to 4.2 the hexColor return was prefixed with |c now it is just the hex codes for the color.
function GetItemQualityColor(quality) end