add time docs
This commit is contained in:
parent
06b6a3dc76
commit
065ad9c987
1 changed files with 39 additions and 0 deletions
39
docs/timer.md
Normal file
39
docs/timer.md
Normal file
|
@ -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.
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue