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

Function GetNetworkMasterServer

engine/Poseidon/Network/NetworkConfig.cpp:54–57  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

52void SetNetworkAdvertiseAddress(const RString& address)
53{
54 NetworkAdvertiseAddress = address;
55}
56
57RString GetNetworkPassword()
58{
59 return NetworkPassword;
60}

Calls

no outgoing calls

Tested by

no test coverage detected