Console Methods |
The Console type exposes the following members.
| Name | Description | |
|---|---|---|
| ClearCommand | Clear the command input field. | |
| ClearHistory | Clear Console history. | |
| ClearLog | Clear the Console log. | |
| Destroy | Destroy the Console. | |
| Execute | Execute a Lua command or expression on the Console. | |
| Hide | Hide the Console. | |
| Initialize | Initialize the Console. | |
| List | List all members of a class on the Console. | |
| Log(Object) | Log an object on the Console. | |
| Log(String) | Log a line on the Console. | |
| ScrollToBottom | Scroll the Console log to the bottom. | |
| ScrollToTop | Scroll the Console log to the top. | |
| Show | Show the Console. | |
| Toggle | Show if not visible, and vice versa. |