Time
Timer with extra functionality
| Parameter | Type | Description |
|---|---|---|
| duration | Int | duration of the AdvancedTimer |
| func | Function | Funciton for the AdvancedTimer to run when completed |
Runs a function at a set interval, with some extra functionality.
| Parameter | Type | Description |
|---|---|---|
| duration | Int | duration of the Interval |
| func | Function | Funciton for the Interval to run when completed |
Runs a function after a set duration.
| Parameter | Type | Description |
|---|---|---|
| duration | Int | duration of the timer |
| func | Function | Funciton for the timer to run when completed |
Runs a function at a set interval.
| Parameter | Type | Description |
|---|---|---|
| duration | Int | duration of the Interval |
| func | Function | Funciton for the Interval to run when completed |