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

Function isDemoPlayback

TheForceEngine/TFE_Input/replay.cpp:141–144  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

139 }
140
141 bool isDemoPlayback()
142 {
143 return s_playback;
144 }
145
146 // Are you recording or playing back a demo
147 bool isReplaySystemLive()

Callers 9

sendHudStartMessageFunction · 0.85
logReplayPositionFunction · 0.85
mission_exitLevelFunction · 0.85
loopGameMethod · 0.85
startNextModeFunction · 0.85
updateTimeFunction · 0.85
pda_handleButtonsFunction · 0.85
menu_handleMousePositionFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected