MCPcopy Create free account
hub / github.com/GarageGames/Torque2D / process

Method process

engine/source/network/connectionStringTable.cc:62–66  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

60 ps->confirmStringReceived(mString, mIndex);
61 }
62 virtual void process(NetConnection *connection)
63 {
64 Con::printf("Mapping string: %s to index: %d", mString.getString(), mIndex);
65 connection->mapString(mIndex, mString);
66 }
67#ifdef TORQUE_DEBUG_NET
68 const char *getDebugName()
69 {

Callers

nothing calls this directly

Calls 3

printfFunction · 0.85
getStringMethod · 0.45
mapStringMethod · 0.45

Tested by

no test coverage detected