Console
The console module allows to output messages into the studio log dock panel.
Usage
This module is implicity included in every scripts, no require necessary.
Reference
log
Output log message
Parameters
text(string)
debug
Output debug message
Parameters
text(string)
warning
Output warning message
Parameters
text(string)
error
Output error message
Parameters
text(string)
inspect
Output inspector to the console that allows inspecting the value with a UI
Parameters
value(any)