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

Method getNetAddress

Engine/source/sim/netConnection.cpp:200–203  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

198}
199
200const NetAddress *NetConnection::getNetAddress()
201{
202 return &mNetAddress;
203}
204
205void NetConnection::setSequence(U32 sequence)
206{

Callers 8

findPendingConnectionMethod · 0.80
sendConnectRequestMethod · 0.80
sendConnectAcceptMethod · 0.80
sendConnectRejectMethod · 0.80
sendDisconnectPacketMethod · 0.80
lookupMethod · 0.80
netConnection.cppFile · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected