Code format
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user