ESO Function Data v100013
Start()
Function Aliases
No known aliases for this function.
Global Function Definitions
libraries/zo_timerbar/zo_timerbar.lua:80
--
function ZO_TimerBar:Start(starts, ends)
Local Function Definitions
libraries/zo_templates/windowtemplates.lua:314
--
local function Start(self, remainingTimeMs)
Function Calls
ingame/crafting/smithingresearch_shared.lua:77
--
self.timer:Start(now - timeElapsed, now + timeRemainingSecs)
ingame/death/death.lua:213
--
self.timerCooldown:Start(timeUntilAutoReleaseMs)
ingame/death/death.lua:270
--
self.timerCooldown:Start(timeUntilAutoReleaseMs)
ingame/death/death.lua:346
--
self.timerCooldown:Start(respawnQueueTime)
ingame/death/death.lua:440
--
self.timerCooldown:Start(timeLeftToAcceptMs)
ingame/instancekickwarning/instancekickwarning.lua:62
--
self.timerCooldown:Start(timeRemaining)
ingame/lockpick/lockpick.lua:126
--
self.timer:Start(now / 1000, (now + GetLockpickingTimeLeft()) / 1000)