Add in 'console' doc stuff (#342)
* Add 'playSound' api docs * Add in 'console' doc stuff * Add 'send to screen' in summary\
This commit is contained in:
committed by
Peli de Halleux
parent
60ec3f1c99
commit
8ee63df325
15
docs/reference/console.md
Normal file
15
docs/reference/console.md
Normal file
@ -0,0 +1,15 @@
|
||||
# Console
|
||||
|
||||
Output text and data values to the console.
|
||||
|
||||
```cards
|
||||
console.log("");
|
||||
console.logValue("x", 0);
|
||||
console.sendToScreen();
|
||||
```
|
||||
|
||||
## See also
|
||||
|
||||
[log](/reference/console/log),
|
||||
[log value](/reference/console/log-value),
|
||||
[send to screen](/reference/console/send-to-screen)
|
Reference in New Issue
Block a user