disconnect_signal
Remove a signal connection between specified source and target nodes in the Godot editor.
Instructions
Disconnect a signal connection
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| method | Yes | Method that was connected | |
| signal | Yes | Signal name | |
| source | Yes | Node path that emits the signal | |
| target | Yes | Node path that receives the signal |