Class: HistoryManagerStatic
Defined in: src/history/HistoryManagerStatic.ts:7
Constructors
Constructor
> new HistoryManagerStatic(): HistoryManagerStatic
Returns
HistoryManagerStatic
Properties
_diffHistory
> static _diffHistory: CachedMap<number, Difference[]>
Defined in: src/history/HistoryManagerStatic.ts:8
_narrationHistory
> static _narrationHistory: CachedMap<number, NarrationHistory>
Defined in: src/history/HistoryManagerStatic.ts:12
_originalStepData
> static _originalStepData: GameStepState | undefined = undefined
Defined in: src/history/HistoryManagerStatic.ts:14
_stepsInfoHistory
> static _stepsInfoHistory: CachedMap<number, Omit<HistoryStep, "diff">>
Defined in: src/history/HistoryManagerStatic.ts:11
stepLimitSaved
> static stepLimitSaved: number = 20
Defined in: src/history/HistoryManagerStatic.ts:13
Accessors
originalStepData
Get Signature
> get static originalStepData(): GameStepState
Defined in: src/history/HistoryManagerStatic.ts:15
Returns
GameStepState
Set Signature
> set static originalStepData(value): void
Defined in: src/history/HistoryManagerStatic.ts:41
Parameters
value
GameStepState
Returns
void