game_disconnect_signal
game_disconnect_signalDisconnect a signal connection between two nodes in a running Godot game by specifying source node, signal, target node, and method.
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 |