Skip to content

Commit 0c64741

Browse files
committed
Autoload nodes can be accessed in the editor if they're using tool scripts
1 parent 9924a69 commit 0c64741

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
@@ -246,8 +246,7 @@ angle add a setter ``set(new_speed)`` which is executed with the input from the
246246
Code from other nodes doesn't run in the editor. Your access to other nodes
247247
is limited. You can access the tree and nodes, and their default properties,
248248
but you can't access user variables. If you want to do so, other nodes have
249-
to run in the editor too. Autoload nodes cannot be accessed in the editor at
250-
all.
249+
to run in the editor too.
251250

252251
Getting notified when resources change
253252
--------------------------------------

0 commit comments

Comments
 (0)