Skip to content

Commit 65b6368

Browse files
committed
Merge pull request #109074 from KoBeWi/it's_not
Remove outdated note from EditorScript description
2 parents 711ecb5 + 501675d commit 65b6368

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

doc/classes/EditorScript.xml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,6 @@
2929
}
3030
[/csharp]
3131
[/codeblocks]
32-
[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.
3332
[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.
3433
</description>
3534
<tutorials>

0 commit comments

Comments
 (0)