disconnect_signal
Disconnect a previously connected signal in Godot by specifying the sender, signal, receiver, and method. This undoes the connection.
Instructions
Disconnect a previously connected signal (undoable).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| to | Yes | ||
| from | Yes | ||
| method | Yes | ||
| signal | Yes |