Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/TorqueGameEngines/Torque3D
/ setNetAddress
Method
setNetAddress
Engine/source/sim/netConnection.cpp:195–198 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
193
}
194
195
void NetConnection::setNetAddress(const NetAddress *addr)
196
{
197
mNetAddress = *addr;
198
}
199
200
const NetAddress *NetConnection::getNetAddress()
201
{
Callers
1
handleConnectRequest
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected