@caoergou/windows-xp / index / XPEvent
Type Alias: XPEvent
> XPEvent = XPEventBody & object
Defined in: src/events.ts:271
The engine's event type. XPEventBody is the payload union; the optional rehearsal marker (#207) is stamped by the seek/rehearsal engine on events it replays into the journal. The onEvent host bridge drops rehearsal events, so fast-forwarding to a beat never fires external side effects or pollutes host analytics — while the engine's own happened/count predicates still see them (gating stays correct). Real gameplay never sets it.
Type Declaration
rehearsal?
> optional rehearsal?: boolean