diff --git a/docs/timer.md b/docs/timer.md new file mode 100644 index 0000000..f5f2711 --- /dev/null +++ b/docs/timer.md @@ -0,0 +1,39 @@ +# Documentation: time.isbpl + + + +## Functions + +### `sleep ::: delay -> ` + + Delay in millis + + +### `delay ::: delay -> ` + + Delay in millis + + +### `delays ::: delay -> ` + + Delay in seconds + + +### `getms ::: -> ms` + + Returns current unix millis + + +### `time ::: delay -> currentUnixMillis` + + Native to assist with time. Sleeps delay and returns current unix + millis. + + +## Variables + +### Timer + + The Timer type. + +