MCPcopy Create free account
hub / github.com/BohemiaInteractive/CWR / SetVisible

Function SetVisible

engine/Poseidon/Dev/Debug/DebugOverlay.cpp:1795–1801  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1793{
1794 return s_visible;
1795}
1796void SetVisible(bool v)
1797{
1798 if (v && !AppConfig::Instance().DevMode())
1799 v = false;
1800 s_visible = v;
1801 ApplyDevPanelMouseState();
1802}
1803void ToggleVisible()
1804{

Callers 4

DrawCheatsTabFunction · 0.85
DrawModsTabFunction · 0.85
NewFrameFunction · 0.85
ToggleVisibleFunction · 0.85

Calls 2

ApplyDevPanelMouseStateFunction · 0.85
DevModeMethod · 0.80

Tested by

no test coverage detected