Category: 🎚️ Interfaces
![]()
A help toggle button. Pressing it switches the state and emits 1 (on) or 0 (off).
Useful for activating help texts or ghost recording tutorials. The latched state is preserved across saves.
| Name | Type | Description |
|---|---|---|
| Set State | Jolt Input | Sets the state of the button with 0 (off) and 1 (on). |
| Highlight | Jolt Input | Controls the brightness of the button graphics from -1 (black) to 4 (white). |
| Name | Type | Description |
|---|---|---|
| State Out | Jolt Output | Emits 0 or 1 depending on the button state. |
| Name | Type | Description |
|---|---|---|
| Button | Button | Press to toggle between on (1) and off (0). |