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

Function sendHudPauseMessage

TheForceEngine/TFE_Input/replay.cpp:729–735  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

727 }
728
729 void sendHudPauseMessage()
730 {
731 string msg = "Replay Paused";
732 TFE_System::logWrite(LOG_MSG, "Replay", msg.c_str());
733 TFE_DarkForces::hud_sendTextMessage(msg.c_str(), 0, false);
734 showReplayMsgFrame = true;
735 }
736
737 bool isReplayPaused()
738 {

Callers 1

decreaseReplayFrameRateFunction · 0.85

Calls 3

logWriteFunction · 0.85
hud_sendTextMessageFunction · 0.85
c_strMethod · 0.80

Tested by

no test coverage detected