MCPcopy Create free account
hub / github.com/BZFlag-Dev/bzflag / showMessage

Function showMessage

src/bzflag/guiplaying.cpp:181–183  ·  view source on GitHub ↗

- in bzflag, this shows the error on the HUD

Source from the content-addressed store, hash-verified

179
180// - in bzflag, this shows the error on the HUD
181void showMessage(const std::string& line) {
182 controlPanel->addMessage(line);
183}
184
185void showMessage(const std::string& line, ControlPanel::MessageModes mode) {
186 controlPanel->addMessage(line, mode);

Callers 15

handleTimeUpdateFunction · 0.70
handleScoreOverFunction · 0.70
gotBlowedUpFunction · 0.70
enteringServerFunction · 0.70
updatePositionsFunction · 0.70
doFPSLimitFunction · 0.70
defaultErrorCallbackFunction · 0.70
startupErrorCallbackFunction · 0.70
startPlayingFunction · 0.70
sendMethod · 0.50
printIpInfoFunction · 0.50
debugNetMessagesFunction · 0.50

Calls 1

addMessageMethod · 0.80

Tested by

no test coverage detected