MCPcopy Create free account
hub / github.com/OpenRCT2/OpenRCT2 / getPendingPacketCommand

Method getPendingPacketCommand

src/openrct2/network/NetworkConnection.cpp:292–295  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

290 }
291
292 Command Connection::getPendingPacketCommand() const noexcept
293 {
294 return inboundPacket.getCommand();
295 }
296
297 size_t Connection::getPendingPacketSize() const noexcept
298 {

Callers 1

reportPacketProgressFunction · 0.80

Calls 1

getCommandMethod · 0.80

Tested by

no test coverage detected