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

Method pack

src/clientbase/Player.cpp:1237–1240  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1235//
1236
1237void* Player::pack(void* buf, uint16_t& code) {
1238 setDeadReckoning();
1239 return state.pack(buf, code);
1240}
1241
1242
1243void* Player::unpack(void* buf, uint16_t code) {

Callers 5

sendKilledMethod · 0.45
sendPlayerUpdateMethod · 0.45
sendShotInfoMethod · 0.45
sendUpdateMethod · 0.45
sendFlagNegotiationFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected