Browse Source

Merge pull request #10820 from ryevdokimov/autoload-nodes-can-be-accessed-with-tool-scripts

Autoload nodes can be accessed in the editor if they're using tool scripts
Matthew 2 weeks ago
parent
commit
90fc3e7915
1 changed files with 1 additions and 2 deletions
  1. 1 2
      tutorials/plugins/running_code_in_the_editor.rst

+ 1 - 2
tutorials/plugins/running_code_in_the_editor.rst

@@ -264,8 +264,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
     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,
     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
     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
 Getting notified when resources change
 --------------------------------------
 --------------------------------------