monoe.system.timer.spawn
Spawns a timer that'll trigger an event once the given duration is reached
Parameters
| Name | Type | Description |
|---|---|---|
finished | string | The event's name |
duration | number | Time (in seconds) |
oneshot | boolean | Should this run once, or forever ? |