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

Method setSequence

Engine/source/sim/netConnection.cpp:205–208  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

203}
204
205void NetConnection::setSequence(U32 sequence)
206{
207 mConnectSequence = sequence;
208}
209
210U32 NetConnection::getSequence()
211{

Callers 2

handleConnectRequestMethod · 0.45
netConnection.cppFile · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected