game_connect_signal
Connect a signal emitted by one node to a method on another node in the running game.
Instructions
Connect a signal from one node to a method on another node in the running game
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| method | Yes | Method name to call on the target node | |
| nodePath | Yes | Path to the source node that emits the signal | |
| signalName | Yes | Name of the signal to connect | |
| targetPath | Yes | Path to the target node that receives the signal |