Document behavior of printraw

This commit is contained in:
Aaron Franke 2019-11-02 04:53:46 -04:00
parent af4fd9de9c
commit c4e46b8800
No known key found for this signature in database
GPG Key ID: 40A1750B977E56BF
1 changed files with 1 additions and 0 deletions

View File

@ -839,6 +839,7 @@
printraw("B")
# Prints AB
[/codeblock]
[b]Note:[/b] Due to limitations with Godot's built-in console, this only prints to the terminal. If you need to print in the editor, use another method, such as [method print].
</description>
</method>
<method name="prints" qualifiers="vararg">