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

Method IsActive

PanzerChasm/console.cpp:40–43  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

38}
39
40bool Console::IsActive() const
41{
42 return current_speed_ > 0.0f;
43}
44
45void Console::ProcessEvents( const SystemEvents& events )
46{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected