Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
424
hudmessages hudmsgs;
425
426
void hudoutf(const char *s, ...)
427
{
428
defvformatstring(sf, s, s);
429
hudmsgs.addline(sf);
430
conoutf(
"%s"
, sf);
431
}
432
433
void hudonlyf(const char *s, ...)
434
{
Callers
6
calcentitystats
Function · 0.85
parsemessages
Function · 0.85
current_version
Function · 0.85
timeupdate
Function · 0.85
flagmsg
Function · 0.85
main.cpp
File · 0.85
Calls
2
conoutf
Function · 0.70
addline
Method · 0.45
Tested by
no test coverage detected