MCPcopy Create free account
hub / github.com/assaultcube/AC / hudoutf

Function hudoutf

source/src/renderhud.cpp:426–431  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

424hudmessages hudmsgs;
425
426void hudoutf(const char *s, ...)
427{
428 defvformatstring(sf, s, s);
429 hudmsgs.addline(sf);
430 conoutf("%s", sf);
431}
432
433void hudonlyf(const char *s, ...)
434{

Callers 6

calcentitystatsFunction · 0.85
parsemessagesFunction · 0.85
current_versionFunction · 0.85
timeupdateFunction · 0.85
flagmsgFunction · 0.85
main.cppFile · 0.85

Calls 2

conoutfFunction · 0.70
addlineMethod · 0.45

Tested by

no test coverage detected