MCPcopy Create free account
hub / github.com/dhewm/dhewm3 / WriteData

Method WriteData

neo/framework/async/MsgChannel.cpp:220–224  ·  view source on GitHub ↗

=============== idMsgQueue::WriteData =============== */

Source from the content-addressed store, hash-verified

218===============
219*/
220void idMsgQueue::WriteData( const byte *data, const int size ) {
221 for ( int i = 0; i < size; i++ ) {
222 WriteByte( data[i] );
223 }
224}
225
226/*
227===============

Callers 7

WriteMethod · 0.45
WriteMessageDataMethod · 0.45
SendNextFragmentMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected