1.7 KiB
1.7 KiB
Section 03 - Lesson 11 | Signals
Notes
signals
- messaging system
- way of communicating between nodes
connect basics
-
means of connecting
- ide
- code
- the node giving the signal has a list of everyone that connected
connecting via ide
-
select Node panel on leftside, and then select the approrpiate signal
-
-
double click the selected filter
-
options available:
- from signal
- connect to script
-
receiver method
- you can also click on "Pick" next to receiver method so that you can choose a different method that already exists
-
-
click connect and the boilerplate code will appear in the script you had selected in the signal creation pane above in (2)
-
if you look at the node pane on the right and scroll to the signal, you'll see a green indicator showing that you have connected that signal (to something)
-
-
similarly, you can see a green icon by the function in the code editor
-
-