Files
Basalt/docs/objects/Timer.md
Robert Jelic 4d614372a1 Updated docs
There is still stuff to do
2022-08-28 18:18:26 +02:00

13 lines
380 B
Markdown

## Methods
| | |
|---|---|
|[setTime](objects/Timer/setTime.md)|Sets the time the timer should wait after calling your function
|[start](objects/Timer/start.md)|Starts the timer
|[cancel](objects/Timer/cancel.md)|Cancels the timer
## Events
| | |
|---|---|
|[onCall](objects/Timer/onCall.md)|A custom event which gets triggered as soon as the current timer has finished