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

Function GetServerProviderName

src/openrct2/network/NetworkBase.cpp:4075–4079  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

4073 return network.ServerGreeting;
4074 }
4075 u8string GetServerProviderName()
4076 {
4077 auto& network = GetContext()->GetNetwork();
4078 return network.ServerProviderName;
4079 }
4080 u8string GetServerProviderEmail()
4081 {
4082 auto& network = GetContext()->GetNetwork();

Callers 2

informationPaintMethod · 0.85
informationGetSizeMethod · 0.85

Calls 1

GetContextFunction · 0.85

Tested by

no test coverage detected