MCPcopy 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

22void SetNetworkPort(int port)
23{
24 NetworkPort = port;
25}
26
27int GetNetworkConnectPort()
28{
29 return NetworkConnectPort;
30}

Callers 2

StartGameModeMethod · 0.85
InitMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected