subscribe_signals
Subscribe to node signals for persistent monitoring. Retrieve events with get_signal_events; for one-off sequences, use send_key_sequence with collectSignals.
Instructions
Subscribe to signals on a node for persistent monitoring. Retrieve with get_signal_events. For single-sequence monitoring, prefer send_key_sequence with collectSignals. Requires run_interactive.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| signals | Yes | Array of signal names to subscribe to (e.g., ["died", "health_changed"]). | |
| nodePath | Yes | Path to the node to subscribe to (e.g., "Player", "/root/EventBus"). |