MCPcopy Create free account
hub / github.com/ZDoom/Raze / WriteByte

Function WriteByte

source/core/d_protocol.cpp:104–108  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

102
103
104void WriteByte (uint8_t v, uint8_t **stream)
105{
106 **stream = v;
107 *stream += 1;
108}
109
110void WriteWord (short v, uint8_t **stream)
111{

Callers 4

PackUserCmdFunction · 0.85
WriteUserCmdMessageFunction · 0.85
FinishChunkFunction · 0.85
TicSpecialClass · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected