Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
104
void WriteByte (uint8_t v, uint8_t **stream)
105
{
106
**stream = v;
107
*stream += 1;
108
}
109
110
void WriteWord (short v, uint8_t **stream)
111
{
Callers
4
PackUserCmd
Function · 0.85
WriteUserCmdMessage
Function · 0.85
FinishChunk
Function · 0.85
TicSpecial
Class · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected