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

Function ToggleVisible

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

Source from the content-addressed store, hash-verified

1800 s_visible = v;
1801 ApplyDevPanelMouseState();
1802}
1803void ToggleVisible()
1804{
1805 SetVisible(!s_visible);
1806}
1807void SelectShadowsTab()
1808{

Callers 1

ProcessEventFunction · 0.85

Calls 1

SetVisibleFunction · 0.85

Tested by

no test coverage detected