Stopwatch
From Crumbled World Wiki
Constructor
| function | description |
|---|---|
| Stopwatch() |
Functions
| return | function | description |
|---|---|---|
| start() | reset and start watch. | |
| float | stop() | Stop watch and return total run time. |
| float | lapTime() | return current time sence start. |
| float | totalRunningTime() | return tie sence the stopwatch was first started. |