Back to Home
ESO Function Data v101044
ZO_FormatTimeAsDecimalWhenBelowThreshold()
Function Aliases
No known aliases for this function.
Global Function Definitions
libraries/globals/time.lua:53
--
function ZO_FormatTimeAsDecimalWhenBelowThreshold(seconds, secondsThreshold, overThresholdTimeFormatOverride)
Local Function Definitions
No known local definitions for this function.
Function Calls
ingame/collections/keyboard/collectibletile_keyboard.lua:354
--
ZO_FormatTimeAsDecimalWhenBelowThreshold(secondsRemaining)
ingame/combatlogs/targetdummylog.lua:27
--
ZO_FormatTimeAsDecimalWhenBelowThreshold(timeSpentTakingDamage)
ingame/death/death.lua:784
--
ZO_FormatTimeAsDecimalWhenBelowThreshold(secondsToWait)
ingame/map/worldmap.lua:2221
--
ZO_FormatTimeAsDecimalWhenBelowThreshold(secondsRemaining)
internalingame/tribute/tributepatronselection_shared.lua:42
--
ZO_FormatTimeAsDecimalWhenBelowThreshold(timeLeftMs / 1000)