This commit is contained in:
homeuser 2018-10-16 11:51:27 +02:00
parent 4ba6079e78
commit 69290c91d2

View file

@ -25,7 +25,7 @@ the directory to the PATH-Environment-Variable.
# Documentation
| Command | Version Added | Syntax | Description |
| ------- | ------------- | ------ | ----------- |
| ---------------- | ------------- | ----------------------------------- | ----------- |
| ANIMATION | v1 | `ANIMATION <MS> <ANIMATION>` | Plays an animation. **MS** specifies the amount of Milliseconds per Frame, and **ANIMATION** is just all the animation frames seperated by spaces. <br /> Example: <br /> ANIMATION 200 U u .. u <br /> Will animate to: <br /> U u .. u U u .. u U u .. u U u .. u U u .. u<br /><br />To have your code continue while the animation is running, call it with `START /B` |
| cTIME | v2 | `cTIME <TIMESTAMP>` | Converts a Millisecond-Unix-Timestamp to human-readable time, ready to output. |
| CURSORPOS | v1 | `CURSORPOS <X> <Y>` | Sets the cursor to the given **X** and **Y** coordinates. **Y** is relative to the top of the entire current output, not necessarily the window. |