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

Function GetServerDescription

src/openrct2/network/NetworkBase.cpp:4065–4069  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

4063 return network.ServerName;
4064 }
4065 u8string GetServerDescription()
4066 {
4067 auto& network = GetContext()->GetNetwork();
4068 return network.ServerDescription;
4069 }
4070 u8string GetServerGreeting()
4071 {
4072 auto& network = GetContext()->GetNetwork();

Callers 2

informationPaintMethod · 0.85
informationGetSizeMethod · 0.85

Calls 1

GetContextFunction · 0.85

Tested by

no test coverage detected