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

Function ReadByte

source/core/d_protocol.cpp:59–64  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

57}
58
59int ReadByte (uint8_t **stream)
60{
61 uint8_t v = **stream;
62 *stream += 1;
63 return v;
64}
65
66int ReadWord (uint8_t **stream)
67{

Callers 9

UnpackUserCmdFunction · 0.70
ReadTicCmdFunction · 0.70
RunNetSpecsFunction · 0.70
genericCheatFunction · 0.70
changeMapFunction · 0.70
cmd_GiveFunction · 0.50
cmd_GiveFunction · 0.50
cmd_GiveFunction · 0.50
cmd_GiveFunction · 0.50

Calls

no outgoing calls

Tested by

no test coverage detected