MCPcopy Create free account
hub / github.com/dhewm/dhewm3 / DebuggerServerPrint

Function DebuggerServerPrint

neo/tools/debugger/debugger.cpp:246–254  ·  view source on GitHub ↗

================ DebuggerServerPrint Sends a print message to the debugger client ================ */

Source from the content-addressed store, hash-verified

244================
245*/
246void DebuggerServerPrint ( const char* text )
247{
248 if ( !gDebuggerServer )
249 {
250 return;
251 }
252
253 gDebuggerServer->Print ( text );
254}

Callers 1

VPrintfMethod · 0.85

Calls 1

PrintMethod · 0.45

Tested by

no test coverage detected