MCPcopy Create free account
hub / github.com/OpenRCT2/OpenRCT2 / GetServerProviderWebsite

Function GetServerProviderWebsite

src/openrct2/network/NetworkBase.cpp:4085–4089  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

4083 return network.ServerProviderEmail;
4084 }
4085 u8string GetServerProviderWebsite()
4086 {
4087 auto& network = GetContext()->GetNetwork();
4088 return network.ServerProviderWebsite;
4089 }
4090
4091 std::string GetVersion()
4092 {

Callers 2

informationPaintMethod · 0.85
informationGetSizeMethod · 0.85

Calls 1

GetContextFunction · 0.85

Tested by

no test coverage detected