MCPcopy Create free account
hub / github.com/BZFlag-Dev/bzflag / sendNewRabbit

Method sendNewRabbit

src/clientbase/ServerLink.cpp:1028–1033  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1026
1027
1028void ServerLink::sendNewRabbit() {
1029 char msg[1];
1030 void* buf = msg;
1031 buf = nboPackUInt8(buf, uint8_t(getId()));
1032 send(MsgNewRabbit, sizeof(msg), msg);
1033}
1034
1035
1036void ServerLink::sendPaused(bool paused) {

Callers 2

handleNewRabbitFunction · 0.80
updatePauseCountdownFunction · 0.80

Calls 1

nboPackUInt8Function · 0.85

Tested by

no test coverage detected