Skip to content

Commit 90fc3e7

Browse files
authored
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
2 parents cfadb9d + 0c64741 commit 90fc3e7

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

tutorials/plugins/running_code_in_the_editor.rst

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -264,8 +264,7 @@ angle add a setter ``set(new_speed)`` which is executed with the input from the
264264
Code from other nodes doesn't run in the editor. Your access to other nodes
265265
is limited. You can access the tree and nodes, and their default properties,
266266
but you can't access user variables. If you want to do so, other nodes have
267-
to run in the editor too. Autoload nodes cannot be accessed in the editor at
268-
all.
267+
to run in the editor too.
269268

270269
Getting notified when resources change
271270
--------------------------------------

0 commit comments

Comments
 (0)