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

Method CreateUnbroken

ogsr_engine/xrGame/BreakableObject.cpp:100–100  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

98BOOL CBreakableObject::UsedAI_Locations() { return (FALSE); }
99
100void CBreakableObject::CreateUnbroken() { m_pUnbrokenObject = P_BuildStaticGeomShell(smart_cast<CGameObject*>(this), ObjectContactCallback); }
101void CBreakableObject::DestroyUnbroken()
102{
103 if (!m_pUnbrokenObject)

Callers

nothing calls this directly

Calls 1

P_BuildStaticGeomShellFunction · 0.85

Tested by

no test coverage detected