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

Method SetBreakable

ogsr_engine/xrGame/PHShellSplitter.cpp:515–520  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

513 m_unbreakable = true;
514}
515void CPHShellSplitterHolder::SetBreakable()
516{
517 m_unbreakable = false;
518 if (m_pShell->isEnabled())
519 Activate();
520}
521CPHShellSplitter::CPHShellSplitter() { m_breaked = false; }

Callers

nothing calls this directly

Calls 1

isEnabledMethod · 0.45

Tested by

no test coverage detected