MCPcopy Create free account
hub / github.com/OpenTTD/OpenTTD / Reset

Method Reset

src/network/network_client.cpp:80–84  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

78 }
79
80 void Reset() override
81 {
82 this->read_bytes = 0;
83 this->iterator = this->buffer.cbegin();
84 }
85};
86
87

Callers 9

DownloadContentInfoMethod · 0.45
OnEditboxChangedMethod · 0.45
StationChangeInfoFunction · 0.45
TownHouseChangeInfoFunction · 0.45
ParamSetFunction · 0.45
BridgeChangeInfoFunction · 0.45

Calls 1

cbeginMethod · 0.80

Tested by

no test coverage detected