Skip to content
This repository has been archived by the owner on Apr 6, 2021. It is now read-only.

Commit

Permalink
Updated list of functions
Browse files Browse the repository at this point in the history
  • Loading branch information
JTinkers committed Jul 15, 2018
1 parent b8c4135 commit 54a19ab
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -101,6 +101,7 @@ Some functions that weren't listed below can be found [here](http://www.moonshar
| `core.writeLine` | Write colored (or not) text to the console | Color color, string Text ... | - |
| `core.version` | Get current bot version | - | string version |
| `database.query` | Execute a query on the local database | string query | - |
| `input.postMessage` | Post message directly to a window | string windowTitle, int message, int p1, int p2 | - |
| `input.getCursorPos` | Get position of cursor | - | Point pos |
| `input.setCursorPos` | Set position of cursor | number x, y | - |
| `input.isKeyDown` | Get whether key is down | (Enum)VirtualKey key | bool isKeyDown |
Expand Down

0 comments on commit 54a19ab

Please sign in to comment.