connect_signal
Connect a node's signal to a method on another node, persisting the wiring into the scene with undo support. Specify source, signal, target, and method to create the connection.
Instructions
Connect a node's signal to a method on another node, persisted into the scene (undoable). from/to = node path/name in the open scene.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| to | Yes | ||
| from | Yes | ||
| method | Yes | ||
| signal | Yes |