Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/BohemiaInteractive/CWR
/ GetNetworkConnectPort
Function
GetNetworkConnectPort
engine/Poseidon/Network/NetworkConfig.cpp:24–27 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
22
void SetNetworkPort(int port)
23
{
24
NetworkPort = port;
25
}
26
27
int GetNetworkConnectPort()
28
{
29
return NetworkConnectPort;
30
}
Callers
2
StartGameMode
Method · 0.85
Init
Method · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected