Merge pull request #33257 from aaronfranke/printraw
Document behavior of GDScript printraw
This commit is contained in:
commit
91518defa5
1 changed files with 1 additions and 0 deletions
|
@ -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">
|
||||
|
|
Loading…
Reference in a new issue