Update README.md

This commit is contained in:
BratPfanneTV 2018-10-20 10:33:07 +02:00 committed by GitHub
parent b0f4a9cbcb
commit 4d4f9c6753
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -88,7 +88,7 @@ the directory to the PATH-Environment-Variable.
| | | | `CONSOLE windowscroll <x> <y>` | Scrolls the window to the given point, measured from the top left corner. |
| | | | `CONSOLE windowsize <x> <y>` | Resizes the window to the given width and height. |
| | | | `CONSOLE clear` | Clears the window. |
| | | *errorlevel* **[num0*[1000|10000] + ] num1** | `CONSOLE get <setting>` | Returns the current value of the settings *cursorsize*, *windowscroll* or *windowsize*. Also, you can get the current window *title* with it. |
| | | *errorlevel* **[num0\*[1000|10000] + ] num1** | `CONSOLE get <setting>` | Returns the current value of the settings *cursorsize*, *windowscroll* or *windowsize*. Also, you can get the current window *title* with it. |
| cTIME | v2 | *stdout* **timestring** | `cTIME <TIMESTAMP>` | Converts a Millisecond-Unix-Timestamp to human-readable time, ready to output. |
| MAKEANIMATION | v1 | *stdout* **animation-string** | `MAKEANIMATION <Type> <Sub> [WORD]` | Outputs a valid animation value for the `ANIMATION` command. <br /><br />Types: <br />`Rotate`:<br />`0 - / - \ \|`<br />`1 - ^ > V <`<br />`2 - + x`<br />`3 - p d b q`<br />`Range`:<br />Returns a set of numbers from 0 to the given number.<br />`Alphabet`:<br />Returns **n** letters of the alphabet. Maximum is 26.<br />`Appear`<br />Accepts the **WORD** Parameter, while a *0* for **Sub** is required. It makes the given word appear one letter at a time. |
| MOVEBUFFER | v5 | *none* | `MOVEBUFFER <oldX> <oldY> <width> <height> <newX> <newY>` | Moves the given area in console buffer somewhere else. |