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

Function Net_SkipCommand

source/core/d_net.cpp:1964–1970  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1962
1963
1964void Net_SkipCommand (int cmd, uint8_t **stream)
1965{
1966 if (cmd >= 0 && cmd < DEM_MAX && nethandlers[cmd])
1967 {
1968 nethandlers[cmd](0, stream, true);
1969 }
1970}
1971
1972// Reset the network ticker after finishing a lengthy operation.
1973// Q: How does this affect network sync? Only allowed in SP games?

Callers 2

SkipTicCmdFunction · 0.85
ReadTicCmdFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected