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

Function MSG_ReadData

code/qcommon/msg.cpp:385–392  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

383
384
385void MSG_ReadData( msg_t *msg, void *data, int len ) {
386 int i;
387
388 MSG_ReadByteAlign( msg );
389 for (i=0 ; i<len ; i++) {
390 ((byte *)data)[i] = MSG_ReadByte (msg);
391 }
392}
393
394
395/*

Callers 1

CL_ParseSnapshotFunction · 0.50

Calls 2

MSG_ReadByteAlignFunction · 0.85
MSG_ReadByteFunction · 0.70

Tested by

no test coverage detected