MCPcopy Index your code
hub / github.com/assaultcube/AC / recordpacket

Function recordpacket

source/src/server.cpp:974–977  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

972}
973
974void recordpacket(int chan, void *data, int len)
975{
976 if(sg->recordpackets) writedemo(chan, data, len);
977}
978
979void recordpacket(int chan, ENetPacket *packet)
980{

Callers 3

sendpacketFunction · 0.85
buildworldstateFunction · 0.85
sendteamtextFunction · 0.85

Calls 1

writedemoFunction · 0.85

Tested by

no test coverage detected