Browse Source

Document behavior of printraw

Aaron Franke 5 years ago
parent
commit
c4e46b8800
1 changed files with 1 additions and 0 deletions
  1. 1 0
      modules/gdscript/doc_classes/@GDScript.xml

+ 1 - 0
modules/gdscript/doc_classes/@GDScript.xml

@@ -839,6 +839,7 @@
 				printraw("B")
 				printraw("B")
 				# Prints AB
 				# Prints AB
 				[/codeblock]
 				[/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>
 			</description>
 		</method>
 		</method>
 		<method name="prints" qualifiers="vararg">
 		<method name="prints" qualifiers="vararg">