MCPcopy Create free account
hub / github.com/TheForceEngine/TheForceEngine / isReplaySystemLive

Function isReplaySystemLive

TheForceEngine/TFE_Input/replay.cpp:147–150  ·  view source on GitHub ↗

Are you recording or playing back a demo

Source from the content-addressed store, hash-verified

145
146 // Are you recording or playing back a demo
147 bool isReplaySystemLive()
148 {
149 return s_recording || s_playback;
150 }
151
152 void setDemoPlayback(bool playback)
153 {

Callers 3

task_runFunction · 0.85
updateFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected