From 0c64741bba40a228241a898fdef63a4d6aee28fa Mon Sep 17 00:00:00 2001 From: Robert Yevdokimov <105675984+ryevdokimov@users.noreply.github.com> Date: Sun, 30 Mar 2025 23:57:23 +0400 Subject: [PATCH] Autoload nodes can be accessed in the editor if they're using tool scripts --- tutorials/plugins/running_code_in_the_editor.rst | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/tutorials/plugins/running_code_in_the_editor.rst b/tutorials/plugins/running_code_in_the_editor.rst index e9b8825aa..b2eb4c528 100644 --- a/tutorials/plugins/running_code_in_the_editor.rst +++ b/tutorials/plugins/running_code_in_the_editor.rst @@ -246,8 +246,7 @@ angle add a setter ``set(new_speed)`` which is executed with the input from the Code from other nodes doesn't run in the editor. Your access to other nodes is limited. You can access the tree and nodes, and their default properties, but you can't access user variables. If you want to do so, other nodes have - to run in the editor too. Autoload nodes cannot be accessed in the editor at - all. + to run in the editor too. Getting notified when resources change --------------------------------------