Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
StopSilentRecord
Function · 0.80
ExecuteInternal
Function · 0.80
ConsoleCommandReplayStopRecord
Function · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected