From 85fb4439e34f13784be03cd85e03320e20fdbdc9 Mon Sep 17 00:00:00 2001 From: Amirtha Krishnan <76719897+ArceusMaxis@users.noreply.github.com> Date: Mon, 8 Apr 2024 15:08:10 +0530 Subject: [PATCH] doc: Clarify where `printraw()` output can be seen in the OS terminal MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: RĂ©mi Verschelde --- doc/classes/@GlobalScope.xml | 1 + 1 file changed, 1 insertion(+) diff --git a/doc/classes/@GlobalScope.xml b/doc/classes/@GlobalScope.xml index 6d8517927cf..0307684588e 100644 --- a/doc/classes/@GlobalScope.xml +++ b/doc/classes/@GlobalScope.xml @@ -901,6 +901,7 @@ Prints one or more arguments to strings in the best way possible to the OS terminal. Unlike [method print], no newline is automatically added at the end. + [b]Note:[/b] The OS terminal is [i]not[/i] the same as the editor's Output dock. The output sent to the OS terminal can be seen when running Godot from a terminal. On Windows, this requires using the [code]console.exe[/code] executable. [codeblocks] [gdscript] printraw("A")