Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
1237
void* Player::pack(void* buf, uint16_t& code) {
1238
setDeadReckoning();
1239
return state.pack(buf, code);
1240
}
1241
1242
1243
void* Player::unpack(void* buf, uint16_t code) {
Callers
5
sendKilled
Method · 0.45
sendPlayerUpdate
Method · 0.45
sendShotInfo
Method · 0.45
sendUpdate
Method · 0.45
sendFlagNegotiation
Function · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected