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

Function GetServerProviderEmail

src/openrct2/network/NetworkBase.cpp:4080–4084  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

4078 return network.ServerProviderName;
4079 }
4080 u8string GetServerProviderEmail()
4081 {
4082 auto& network = GetContext()->GetNetwork();
4083 return network.ServerProviderEmail;
4084 }
4085 u8string GetServerProviderWebsite()
4086 {
4087 auto& network = GetContext()->GetNetwork();

Callers 2

informationPaintMethod · 0.85
informationGetSizeMethod · 0.85

Calls 1

GetContextFunction · 0.85

Tested by

no test coverage detected