MCPcopy Create free account
hub / github.com/crossuo/crossuo / Send

Method Send

src/TextEngine/GameConsole.cpp:295–299  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

293}
294
295void CGameConsole::Send()
296{
297 SendConsoleText(WText);
298 m_Type = GCTT_NORMAL;
299}
300
301bool CGameConsole::InChat() const
302{

Callers 1

SendConsoleTextFunction · 0.45

Calls 1

SendConsoleTextFunction · 0.85

Tested by

no test coverage detected