MCPcopy Create free account
hub / github.com/Segs/Segs / sendDeveloperConsoleOutput

Function sendDeveloperConsoleOutput

Projects/CoX/Servers/MapServer/DataHelpers.cpp:1909–1912  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1907 }
1908}
1909void sendDeveloperConsoleOutput(MapClientSession &cl, QString &message)
1910{
1911 cl.addCommand<ConsoleOutput>(message);
1912}
1913
1914void sendClientConsoleOutput(MapClientSession &cl, QString &message)
1915{

Callers 2

register_GenericTypesMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected