Back to Home
ESO Function Data v100018
StartCooldown()
Function Aliases
- No known aliases for this function.
Global Function Definitions
- No known global definitions for this function.
Local Function Definitions
- No known local definitions for this function.
Function Calls
- common/gamepad/zo_gamepadtemplatescommon.lua:193 -- control.cooldown:StartCooldown(remaining, duration, cooldownType, timeType, useLeadingEdge)
- ingame/actionbar/actionbutton.lua:392 -- self.cooldown:StartCooldown(remain, duration, CD_TYPE_RADIAL, nil, NO_LEADING_EDGE)
- ingame/inventory/inventoryslot.lua:299 -- inventorySlot.cooldown:StartCooldown(remaining, duration, CD_TYPE_RADIAL, CD_TIME_TYPE_TIME_UNTIL, NO_LEADING_EDGE)
- ingame/playertoplayer/playertoplayer.lua:900 -- self.resurrectProgress:StartCooldown(duration, duration, CD_TYPE_RADIAL, CD_TIME_TYPE_TIME_REMAINING, NO_LEADING_EDGE)
- ingame/stable/keyboard/stable_keyboard.lua:174 -- self.timerOverlayControl:StartCooldown(timeUntilCanBeTrained, totalTrainWaitDuration, CD_TYPE_RADIAL, CD_TIME_TYPE_TIME_UNTIL, NO_LEADING_EDGE)
- ingame/stats/keyboard/zo_stats_keyboard.lua:375 -- stableRow.timerOverlay:StartCooldown(timeUntilCanBeTrained, totalTrainedWaitDuration, CD_TYPE_RADIAL, CD_TIME_TYPE_TIME_UNTIL, NO_LEADING_EDGE)
- libraries/zo_templates/windowtemplates.lua:275 -- self:StartCooldown(remainingTimeMs, remainingTimeMs, CD_TYPE_RADIAL, CD_TIME_TYPE_TIME_UNTIL, NO_LEADING_EDGE)