MCPcopy Create free account
hub / github.com/codereader/DarkRadiant / setProtectedForcedVisibility

Method setProtectedForcedVisibility

test/SceneNode.cpp:45–48  ·  view source on GitHub ↗

Wrapper to invoke the protected method

Source from the content-addressed store, hash-verified

43
44 // Wrapper to invoke the protected method
45 void setProtectedForcedVisibility(bool isForced)
46 {
47 setForcedVisibility(isForced, false);
48 }
49
50 // Public test fields
51 bool visibilityMethodCalled = false;

Callers 1

TEST_FFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected