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

Function isRecording

TheForceEngine/TFE_Input/replay.cpp:131–134  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

129 }
130
131 bool isRecording()
132 {
133 return s_recording;
134 }
135
136 void setRecording(bool recording)
137 {

Callers 9

recordEventFunction · 0.85
sendHudStartMessageFunction · 0.85
mission_exitLevelFunction · 0.85
mission_mainTaskFuncFunction · 0.85
executeCheatFunction · 0.85
startNextModeFunction · 0.85
updateTimeFunction · 0.85
menu_handleMousePositionFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected