Update README.md
This commit is contained in:
parent
4d4f9c6753
commit
5e831a3209
1 changed files with 1 additions and 1 deletions
|
|
@ -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. |
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue