Module console
Functions for writing data to the console
Functions
show() | Show the console |
hide() | Hide the console |
clear() | Clear the console contents |
write(text) | Write some text to the console |
Fields
visible | Whether or not the console is displayed. |
Functions
- show()
- Show the console
- hide()
- Hide the console
- clear()
- Clear the console contents
- write(text)
-
Write some text to the console
Parameters:
- text string the text to write