connect_signal
Connect a signal emitted by one node to a method on another node, enabling event-driven interactions in your scene.
Instructions
Connect a signal from one node to another node's method
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| method | Yes | Method to call on the target node | |
| signal | Yes | Signal name | |
| source | Yes | Node path emitting the signal | |
| target | Yes | Node path receiving the signal |