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

Function con_Input

linux/lnxcon.cpp:169–175  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

167}
168
169bool con_Input(char *buf, int buflen) {
170 if (!Con_init) { // the console hasn't been initialized yet
171 *buf = '\0';
172 return false;
173 }
174 return commands[Console_mode].con_Input(buf, buflen);
175}
176
177void con_Defer() {
178 if (!Con_init) {

Callers 1

DoDedicatedServerFrameFunction · 0.50

Calls

no outgoing calls

Tested by

no test coverage detected