Merge pull request #33257 from aaronfranke/printraw

Document behavior of GDScript printraw
This commit is contained in:
Rémi Verschelde 2019-11-07 13:21:09 +01:00 committed by GitHub
commit 91518defa5
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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">