|
|
Bomberman Multiplayer
Authoritative multiplayer networking layer for Bomberman.
|
Authoritative snapshot cadence and connected-client snapshot construction helpers. More...
#include "Net/NetCommon.h"Go to the source code of this file.
Namespaces | |
| namespace | bomberman::server |
| Authoritative dedicated-server state, match flow, and fixed-tick simulation support. | |
Functions | |
| bool | bomberman::server::shouldBroadcastSnapshot (const ServerState &state) |
Returns true when the current tick should broadcast a snapshot. | |
| net::MsgSnapshot | bomberman::server::buildSnapshot (const ServerState &state) |
Builds a MsgSnapshot from the current round state. | |
Authoritative snapshot cadence and connected-client snapshot construction helpers.