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

Function IsServerPlayerInvisible

src/openrct2-ui/windows/Multiplayer.cpp:146–149  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

144 };
145
146 static bool IsServerPlayerInvisible()
147 {
148 return Network::IsServerPlayerInvisible() && !Config::Get().general.debuggingTools;
149 }
150
151 class MultiplayerWindow final : public Window
152 {

Callers 3

playersScrollPaintMethod · 0.70
onResizeMethod · 0.70
onScrollMouseDownMethod · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected