MCPcopy Create free account
hub / github.com/DescentDevelopers/Descent3 / AddMessageToRollback

Function AddMessageToRollback

Descent3/hudmessage.cpp:414–414  ·  view source on GitHub ↗

prints a string onto the debug consle

Source from the content-addressed store, hash-verified

412
413// prints a string onto the debug consle
414static void AddMessageToRollback(char *msg) { HUD_msg_list.add(msg); }
415
416// Adds a single line to the hud message list
417// Returns true if message added, or false if message not (because the previous message was the same)

Callers 1

AddLineToHUDMessagesFunction · 0.85

Calls 1

addMethod · 0.45

Tested by

no test coverage detected