MCPcopy Create free account
hub / github.com/OGSR/OGSR-Engine / SwitchVisibility

Method SwitchVisibility

ogsr_engine/xrGame/Artifact.cpp:457–461  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

455bool CArtefact::CanBeInvisible() { return (m_detectorObj != nullptr); }
456
457void CArtefact::SwitchVisibility(bool b)
458{
459 if (m_detectorObj)
460 m_detectorObj->SetVisible(b);
461}
462
463void CArtefact::SwitchAfParticles(bool bOn)
464{

Callers 4

UpdateAfMethod · 0.80
UpdateAfMethod · 0.80
UpdateAfMethod · 0.80
UpfateWorkMethod · 0.80

Calls 1

SetVisibleMethod · 0.45

Tested by

no test coverage detected