Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
}
515
void CPHShellSplitterHolder::SetBreakable()
516
{
517
m_unbreakable = false;
518
if (m_pShell->isEnabled())
519
Activate();
520
}
521
CPHShellSplitter::CPHShellSplitter() { m_breaked = false; }
Callers
nothing calls this directly
Calls
1
isEnabled
Method · 0.45
Tested by
no test coverage detected