console:print
void console:print(text, type)
Prints the text on the console
Parameters
| Type | Name | Description | Optional |
|---|---|---|---|
| string | text | No description | |
| CONSOLE.LOG | type | Default: CONSOLE.LOG.DEBUG | ✔ |
console:printvoid console:print(text, type)
Prints the text on the console
| Type | Name | Description | Optional |
|---|---|---|---|
| string | text | No description | |
| CONSOLE.LOG | type | Default: CONSOLE.LOG.DEBUG | ✔ |