mirror of
https://github.com/godotengine/godot.git
synced 2026-01-03 18:11:19 +03:00
Merge pull request #33257 from aaronfranke/printraw
Document behavior of GDScript printraw
This commit is contained in:
@@ -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">
|
||||
|
||||
Reference in New Issue
Block a user