Files
gymkhana-actions/docs/api/ESCScheduledEvent.md
Dennis Ploeger 58d880101d Optimized Docs (#7)
Authored-by: Dennis Ploeger <develop@dieploegers.de>
2021-06-22 23:06:20 +02:00

543 B

ESCScheduledEvent

Extends: Object

Description

An event that is scheduled to run later

Property Descriptions

event

var event: ESCEvent

Event to run when timeout is reached

timeout

var timeout: float

The number of seconds until the event is run

Method Descriptions

_init

func _init(p_event: ESCEvent, p_timeout: float)

Create a new scheduled event