Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
59
int ReadByte (uint8_t **stream)
60
{
61
uint8_t v = **stream;
62
*stream += 1;
63
return v;
64
}
65
66
int ReadWord (uint8_t **stream)
67
{
Callers
9
UnpackUserCmd
Function · 0.70
ReadTicCmd
Function · 0.70
RunNetSpecs
Function · 0.70
genericCheat
Function · 0.70
changeMap
Function · 0.70
cmd_Give
Function · 0.50
cmd_Give
Function · 0.50
cmd_Give
Function · 0.50
cmd_Give
Function · 0.50
Calls
no outgoing calls
Tested by
no test coverage detected