Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Segs/Segs
/ sendClientConsoleOutput
Function
sendClientConsoleOutput
Projects/CoX/Servers/MapServer/DataHelpers.cpp:1914–1917 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1912
}
1913
1914
void sendClientConsoleOutput(MapClientSession &cl, QString &message)
1915
{
1916
cl.addCommand<ConsolePrint>(message);
1917
}
1918
1919
uint32_t toHitLimit(uint32_t value)
1920
{
Callers
2
cmdHandler_SendConsolePrint
Function · 0.85
register_GenericTypes
Method · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected