Start Cooldown
CallableStartCooldownRecords 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
| Name | Type | Default | Description |
|---|---|---|---|
| CooldownDuration | float | — | CooldownDuration parameter |
| CurrentTime | float | — | CurrentTime parameter |
Outputs
| Name | Type | Description |
|---|---|---|
| CooldownEndTime | float | CooldownEndTime output |
Example Use Cases
Example 1
Start an ability cooldown after use.
Example 2
Begin a respawn timer.