Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface StartDelta

Always the first delta in a game, occurs when the game starts.

An order delta should follow.

Hierarchy

Index

Properties

Properties

data

data: undefined

No data for start deltas.

game

game: Partial<BaseGame & UnknownObject>

The state of the game, but ONLY changed keys.

A game delta is probably the most complex part of understanding communication in the cadre framework. Refer to these docs for more help: https://github.com/siggame/Cadre/blob/master/gamelog-format.md#deltas.

type

type: "start"

The type of delta, or reason it occurred.

Generated using TypeDoc