diff options
author | Aaron Franke <arnfranke@yahoo.com> | 2019-11-02 04:53:46 -0400 |
---|---|---|
committer | Aaron Franke <arnfranke@yahoo.com> | 2019-11-02 04:55:39 -0400 |
commit | c4e46b880089409689ca9de07df8cadce1fd52e5 (patch) | |
tree | 87e57cbdeb2a3a1533c83c9ef6626bf344ae268d /modules/gdscript/doc_classes | |
parent | af4fd9de9c02052f3dc7330cd7cb6aa3f2107191 (diff) |
Document behavior of printraw
Diffstat (limited to 'modules/gdscript/doc_classes')
-rw-r--r-- | modules/gdscript/doc_classes/@GDScript.xml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/modules/gdscript/doc_classes/@GDScript.xml b/modules/gdscript/doc_classes/@GDScript.xml index 1d0567dd8d..e029983135 100644 --- a/modules/gdscript/doc_classes/@GDScript.xml +++ b/modules/gdscript/doc_classes/@GDScript.xml @@ -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"> |