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

Method UpdateCL

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

Source from the content-addressed store, hash-verified

61 SendDestroy();
62}
63void CBreakableObject::UpdateCL()
64{
65 inherited::UpdateCL();
66 // Fmatrix d;
67 if (m_pPhysicsShell && m_pPhysicsShell->isFullActive())
68 m_pPhysicsShell->InterpolateGlobalTransform(&XFORM());
69}
70void CBreakableObject::enable_notificate()
71{
72 if (b_resived_damage)

Callers

nothing calls this directly

Calls 3

XFORMFunction · 0.85
isFullActiveMethod · 0.45

Tested by

no test coverage detected