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

Method packInt32

src/game/NetMessage.cpp:217–221  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

215
216
217void NetMessage::packInt32(int32_t val) {
218 checkData(sizeof(int32_t));
219 nboPackInt32(getWriteBuffer(), val);
220 dataSize += sizeof(int32_t);
221}
222
223
224void NetMessage::packInt64(int64_t val) {

Callers 5

packMethod · 0.80
sendPlayerKilledMessageFunction · 0.80
sendMsgTimeUpdateFunction · 0.80
addPlayerFunction · 0.80
bz_sendJoinServerFunction · 0.80

Calls 1

nboPackInt32Function · 0.85

Tested by

no test coverage detected