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

Function con_Defer

linux/lnxcon.cpp:177–183  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

175}
176
177void con_Defer() {
178 if (!Con_init) {
179 // the console hasn't been initialized yet
180 return;
181 }
182 commands[Console_mode].con_Defer();
183}
184
185bool con_Create(int flags) {
186 // determine what type of console to open up

Callers 1

deferMethod · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected