Back to Home
ESO Function Data v101043
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/battleground/battlegroundscoreboardendofgame.lua:179
--
ZO_FormatTimeAsDecimalWhenBelowThreshold(GetCurrentBattlegroundStateTimeRemaining() / 1000)
ingame/collections/keyboard/collectibletile_keyboard.lua:354
--
ZO_FormatTimeAsDecimalWhenBelowThreshold(secondsRemaining)
ingame/combatlogs/targetdummylog.lua:27
--
ZO_FormatTimeAsDecimalWhenBelowThreshold(timeSpentTakingDamage)
ingame/death/death.lua:691
--
ZO_FormatTimeAsDecimalWhenBelowThreshold(secondsToWait)
ingame/map/worldmap.lua:2221
--
ZO_FormatTimeAsDecimalWhenBelowThreshold(secondsRemaining)
internalingame/tribute/tributepatronselection_shared.lua:42
--
ZO_FormatTimeAsDecimalWhenBelowThreshold(timeLeftMs / 1000)