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 seconds number
---@param noSeconds boolean
---@param notAbbreviated boolean
---@param maxCount number
---@return string time
---@param seconds number
---@param noSeconds boolean
---@param notAbbreviated boolean
---@param maxCount number
---@return string time
---Returns a description of an amount of time in appropriate units. Output includes markup normally hidden when displayed in a FontString (see last example); this markup allows the client to automatically print the singular or plural form of a word depending on the value of the preceding number.
function SecondsToTime(seconds, noSeconds, notAbbreviated, maxCount) end
function SecondsToTime(seconds, noSeconds, notAbbreviated, maxCount) end