Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
200
const NetAddress *NetConnection::getNetAddress()
201
{
202
return &mNetAddress;
203
}
204
205
void NetConnection::setSequence(U32 sequence)
206
{
Callers
8
findPendingConnection
Method · 0.80
sendConnectChallengeRequest
Method · 0.80
sendConnectRequest
Method · 0.80
sendConnectAccept
Method · 0.80
sendConnectReject
Method · 0.80
sendDisconnectPacket
Method · 0.80
lookup
Method · 0.80
netConnection.cpp
File · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected