Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
974
void recordpacket(int chan, void *data, int len)
975
{
976
if(sg->recordpackets) writedemo(chan, data, len);
977
}
978
979
void recordpacket(int chan, ENetPacket *packet)
980
{
Callers
3
sendpacket
Function · 0.85
buildworldstate
Function · 0.85
sendteamtext
Function · 0.85
Calls
1
writedemo
Function · 0.85
Tested by
no test coverage detected