Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
inputMapping_handleInputs
Function · 0.85
Calls
2
hud_sendTextMessage
Function · 0.85
c_str
Method · 0.80
Tested by
no test coverage detected