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

Function conoutf

source/src/console.cpp:123–129  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

121}
122SVAR(conline,"n/a");
123void conoutf(const char *s, ...)
124{
125 defvformatstring(sf, s, s);
126 clientlogf("%s", sf);
127 con.addline(sf);
128 delete[] conline; conline=newstring(sf);
129}
130
131int rendercommand(int x, int y, int w)
132{

Callers 3

bindkFunction · 0.70
keybindFunction · 0.70
searchbindsFunction · 0.70

Calls 3

clientlogfFunction · 0.85
newstringFunction · 0.85
addlineMethod · 0.45

Tested by

no test coverage detected