MCPcopy 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
1882void Net_WriteString (const char *it)
1883{
1884 specials << it;
1885}
1886
1887void Net_WriteBytes (const uint8_t *block, int len)
1888{

Callers 3

ShoveChatStrFunction · 0.85
ChangeLevelFunction · 0.85
G_BuildTiccmdFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected