MCPcopy Create free account
hub / github.com/Panzerschrek/Chasm-Reverse / Disconnected

Method Disconnected

PanzerChasm/client/client.cpp:184–190  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

182}
183
184bool Client::Disconnected() const
185{
186 if( connection_info_ == nullptr )
187 return true;
188
189 return connection_info_->connection->Disconnected();
190}
191
192bool Client::PlayingCutscene() const
193{

Callers 3

LoopMethod · 0.45
LoopMethod · 0.45
LoopMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected