From 065ad9c987a2c15845d75e5b1067fd487282496f Mon Sep 17 00:00:00 2001 From: TudbuT Date: Mon, 23 May 2022 22:40:13 +0200 Subject: [PATCH] add time docs --- docs/timer.md | 39 +++++++++++++++++++++++++++++++++++++++ 1 file changed, 39 insertions(+) create mode 100644 docs/timer.md 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. + +