MCPcopy Create free account
hub / github.com/BohemiaInteractive/CWR / GetNetworkPort

Function GetNetworkPort

engine/Poseidon/Network/NetworkConfig.cpp:14–17  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

12static RString NetworkPassword;
13static RString NetworkMasterServer = DefaultMasterServer;
14static bool NetworkPublicServer = false;
15RString ClientIP;
16
17int GetNetworkPort()
18{
19 return NetworkPort;
20}

Callers 11

StartGameModeMethod · 0.85
setupPortBitMaskFunction · 0.85
InitMethod · 0.85
CreateDedicatedServerFunction · 0.85
CreateServerFunction · 0.85
DisplayMultiplayerMethod · 0.85
BeginModdedJoinMethod · 0.85
OnChildDestroyedMethod · 0.85
OnCreateCtrlMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected