Start Cooldown

Callable
StartCooldown

Records the end time of a cooldown. Simple helper that returns CurrentTime + CooldownDuration.

Type: Callable (has execution pins)
Category: Fortuna|Time & Date
Keywords: time & date

Inputs

NameTypeDefaultDescription
CooldownDurationfloatCooldownDuration parameter
CurrentTimefloatCurrentTime parameter

Outputs

NameTypeDescription
CooldownEndTimefloatCooldownEndTime output

Example Use Cases

Example 1

Start an ability cooldown after use.

Example 2

Begin a respawn timer.