Skip to content

PongMessage

Defined in: packages/engine/src/gameplay/replication/protocol.ts:77

The room’s answer to a ping, sent as the ping lands.

Property Type Description
sent number The ping’s own time, sent back as it came.
step number The room’s step as it answered, to the fraction of a step: the steps it has run and the share of the next it has banked.
type Pong -