|
|
7807ce0ece
|
Added the "KEvent" console command. (#17)
This PR adds a new console command, "KEvent", which allows the sending of arbitrary events to the [state machine](https://ktag.clubk.club/Technology/SystemK/#state-machine). The events are specified by [ID](https://git.ktag.clubk.club/Software/SystemK/src/tag/SystemK_v01.01/Events/KEvents.h#L33-L86), which may change from release-to-release of SystemK.
```
KTag> KEvent
Usage:
KEvent <Event ID> <Event Data>
(Note that IDs may be SystemK version-dependent.)
```
Co-authored-by: Joe Kearney <joe@clubk.club>
Reviewed-on: #17
|
2026-03-01 22:19:58 +00:00 |
|