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

Method IsRecording

src/openrct2/ReplayManager.cpp:148–151  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

146 }
147
148 virtual bool IsRecording() const override
149 {
150 return _mode == ReplayMode::RECORDING;
151 }
152
153 virtual bool IsNormalising() const override
154 {

Callers 3

StopSilentRecordFunction · 0.80
ExecuteInternalFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected