disconnect_signal
Disconnect a signal between a source node and target method in Godot Engine. Specify the source path, signal name, target path, and method to remove the connection.
Instructions
Disconnect a signal.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| method | Yes | ||
| signal | Yes | ||
| source_path | Yes | ||
| target_path | Yes |