connect_signal
Connect a signal from a source node to a method on a target node in Godot to enable event-driven responses.
Instructions
Connect a signal to a method.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| method | Yes | ||
| signal | Yes | ||
| source_path | Yes | ||
| target_path | Yes |