MCPcopy Create free account
hub / github.com/JACoders/OpenJK / MSG_WriteData

Function MSG_WriteData

code/qcommon/msg.cpp:92–94  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

90}
91
92void MSG_WriteData( msg_t *buf, const void *data, int length ) {
93 memcpy (MSG_GetSpace(buf,length),data,length);
94}
95
96
97/*

Callers 3

MSG_WriteStringFunction · 0.70
Netchan_TransmitFunction · 0.70
SV_WriteSnapshotToClientFunction · 0.50

Calls 1

MSG_GetSpaceFunction · 0.85

Tested by

no test coverage detected