Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ZDoom/Raze
/ Net_WriteString
Function
Net_WriteString
source/core/d_net.cpp:1882–1885 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1880
}
1881
1882
void Net_WriteString (const char *it)
1883
{
1884
specials << it;
1885
}
1886
1887
void Net_WriteBytes (const uint8_t *block, int len)
1888
{
Callers
3
ShoveChatStr
Function · 0.85
ChangeLevel
Function · 0.85
G_BuildTiccmd
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected