MCPcopy Create free account
hub / github.com/TorqueGameEngines/Torque3D / setSendingEvents

Method setSendingEvents

Engine/source/sim/netConnection.cpp:336–340  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

334}
335
336void NetConnection::setSendingEvents(bool sending)
337{
338 AssertFatal(!mEstablished, "Error, cannot change event behavior after a connection has been established.");
339 mSendingEvents = sending;
340}
341
342void NetConnection::setTranslatesStrings(bool xl)
343{

Callers 1

aiClient.cppFile · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected