MCPcopy Create free account
hub / github.com/GarageGames/Torque3D / TelnetConsole

Method TelnetConsole

Engine/source/console/telnetConsole.cpp:83–91  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

81}
82
83TelnetConsole::TelnetConsole()
84{
85 Con::addConsumer(telnetCallback);
86
87 mAcceptSocket = NetSocket::INVALID;
88 mAcceptPort = -1;
89 mClientList = NULL;
90 mRemoteEchoEnabled = false;
91}
92
93TelnetConsole::~TelnetConsole()
94{

Callers

nothing calls this directly

Calls 1

addConsumerFunction · 0.85

Tested by

no test coverage detected