game_disconnect_signal
Disconnect a signal connection between nodes in a running Godot game. Specify source node path, signal name, target node path, and method to remove the connection.
Instructions
Disconnect a signal connection in the running game
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| method | Yes | Method name on the target | |
| nodePath | Yes | Path to the source node | |
| signalName | Yes | Name of the signal | |
| targetPath | Yes | Path to the target node |