mwg API
Reference
Overview
Examples
Getting started
Design
FAQ
Preparing search index...
ActionJournalEntry
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
Properties
action
events
sequence
Properties
Readonly
action
action
:
Action
Readonly
events
events
:
readonly
Event
[]
Readonly
sequence
sequence
:
number
Settings
Member Visibility
Protected
Inherited
Theme
OS
Light
Dark
On This Page
Properties
action
events
sequence
Reference
Overview
Examples
Getting started
Design
FAQ
mwg API
Loading...
One deterministic action and the framework/game events it produced.