mwg API
    Preparing search index...

    Interface ActionJournalEntry<Action, Event>

    One deterministic action and the framework/game events it produced.

    interface ActionJournalEntry<Action, Event> {
        action: Action;
        events: readonly Event[];
        sequence: number;
    }

    Type Parameters

    • Action
    • Event
    Index
    action: Action
    events: readonly Event[]
    sequence: number