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

Function sendEndPlaybackMsg

TheForceEngine/TFE_Input/replay.cpp:971–975  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

969 }
970
971 void sendEndPlaybackMsg()
972 {
973 string msg = "Playback Complete!";
974 TFE_DarkForces::hud_sendTextMessage(msg.c_str(), 1, false);
975 }
976
977 void sendEndRecordingMsg()
978 {

Callers 1

Calls 2

hud_sendTextMessageFunction · 0.85
c_strMethod · 0.80

Tested by

no test coverage detected