Explorar el Código

Merge pull request #109074 from KoBeWi/it's_not

Remove outdated note from EditorScript description
Thaddeus Crews hace 1 mes
padre
commit
65b6368be2
Se han modificado 1 ficheros con 0 adiciones y 1 borrados
  1. 0 1
      doc/classes/EditorScript.xml

+ 0 - 1
doc/classes/EditorScript.xml

@@ -29,7 +29,6 @@
 		}
 		[/csharp]
 		[/codeblocks]
-		[b]Note:[/b] The script is run in the Editor context, which means the output is visible in the console window started with the Editor (stdout) instead of the usual Godot [b]Output[/b] dock.
 		[b]Note:[/b] EditorScript is [RefCounted], meaning it is destroyed when nothing references it. This can cause errors during asynchronous operations if there are no references to the script.
 	</description>
 	<tutorials>