game_emit_signal
Emit a signal on a specified node in the currently running Godot game. Supports optional arguments for data passing.
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 |