game_disconnect_signal
Disconnect a signal connection in a live Godot game by providing the source node path, signal name, target node path, and target 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 |