Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/OGSR/OGSR-Engine
/ PHShell
Method
PHShell
ogsr_engine/xrGame/PHElement.cpp:1242–1242 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1240
CPhysicsShell* CPHElement::PhysicsShell() { return smart_cast<CPhysicsShell*>(m_shell); }
1241
1242
CPHShell* CPHElement::PHShell() { return (m_shell); }
1243
void CPHElement::SetShell(CPHShell* p)
1244
{
1245
if (!m_body || !m_shell)
Callers
1
SplitFromEnd
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected