game_emit_signal
game_emit_signalEmit a signal on a specified node in a running game, with optional arguments to pass data.
Instructions
Emit a signal on a node in the running game, optionally with arguments
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| args | No | Optional arguments to pass with the signal | |
| nodePath | Yes | Path to the node | |
| signalName | Yes | Name of the signal to emit |