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

Function sendEndRecordingMsg

TheForceEngine/TFE_Input/replay.cpp:977–981  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

975 }
976
977 void sendEndRecordingMsg()
978 {
979 string msg = "Recording Ended...";
980 TFE_DarkForces::hud_sendTextMessage(msg.c_str(), 1, false);
981 }
982
983 void loadReplayFromPath(const char * sourceReplayPath)
984 {

Callers 1

Calls 2

hud_sendTextMessageFunction · 0.85
c_strMethod · 0.80

Tested by

no test coverage detected