Back to Home
ESO Function Data v101042
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:224 -- control.cooldown:StartCooldown(remaining, duration, cooldownType, timeType, useLeadingEdge)
- ingame/actionbar/actionbutton.lua:479 -- self.cooldown:StartCooldown(remain, duration, CD_TYPE_RADIAL, nil, NO_LEADING_EDGE)
- ingame/buffdebuff/buffdebuffstyles.lua:161 -- cooldownControl:StartCooldown(timeRemainingS * 1000, data.duration * 1000, CD_TYPE_RADIAL, CD_TIME_TYPE_TIME_UNTIL, NO_LEADING_EDGE)
- ingame/inventory/inventoryslot.lua:294 -- inventorySlot.cooldown:StartCooldown(remaining, duration, CD_TYPE_RADIAL, CD_TIME_TYPE_TIME_UNTIL, NO_LEADING_EDGE)
- ingame/playertoplayer/playertoplayer.lua:1437 -- self.resurrectProgress:StartCooldown(duration, duration, CD_TYPE_RADIAL, CD_TIME_TYPE_TIME_REMAINING, NO_LEADING_EDGE)
- ingame/stable/keyboard/stable_keyboard.lua:176 -- self.timerOverlayControl:StartCooldown(timeUntilCanBeTrained, totalTrainWaitDuration, CD_TYPE_RADIAL, CD_TIME_TYPE_TIME_UNTIL, NO_LEADING_EDGE)
- ingame/stats/keyboard/zo_stats_keyboard.lua:732 -- stableRow.timerOverlay:StartCooldown(timeUntilCanBeTrained, totalTrainedWaitDuration, CD_TYPE_RADIAL, CD_TIME_TYPE_TIME_UNTIL, NO_LEADING_EDGE)
- ingame/utilitywheel/keyboard/utilitywheel_keyboard.lua:30 -- control.cooldown:StartCooldown(remaining, duration, CD_TYPE_VERTICAL_REVEAL, CD_TIME_TYPE_TIME_UNTIL, USE_LEADING_EDGE)
- libraries/zo_templates/windowtemplates.lua:312 -- self:StartCooldown(remainingTimeMs, remainingTimeMs, CD_TYPE_RADIAL, CD_TIME_TYPE_TIME_UNTIL, NO_LEADING_EDGE)