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

Method process

Engine/source/sim/netConnection.cpp:90–93  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

88 ghostCount = bstream->readInt(NetConnection::GhostIdBitSize + 1);
89 }
90 void process(NetConnection *ps)
91 {
92 ps->handleConnectionMessage(message, sequence, ghostCount);
93 }
94 DECLARE_CONOBJECT(ConnectionMessageEvent);
95};
96

Callers

nothing calls this directly

Calls 1

Tested by

no test coverage detected