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

Method setTranslatesStrings

Engine/source/sim/netConnection.cpp:342–348  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

340}
341
342void NetConnection::setTranslatesStrings(bool xl)
343{
344 AssertFatal(!mEstablished, "Error, cannot change event behavior after a connection has been established.");
345 mTranslateStrings = xl;
346 if(mTranslateStrings)
347 mStringTable = new ConnectionStringTable(this);
348}
349
350void NetConnection::setNetClassGroup(U32 grp)
351{

Callers 1

aiClient.cppFile · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected