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

Method enable_notificate

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

Source from the content-addressed store, hash-verified

68 m_pPhysicsShell->InterpolateGlobalTransform(&XFORM());
69}
70void CBreakableObject::enable_notificate()
71{
72 if (b_resived_damage)
73 ProcessDamage();
74}
75
76// void CBreakableObject::Hit(float P,Fvector &dir, CObject* who,s16 element,
77// Fvector p_in_object_space, float impulse, ALife::EHitType hit_type)

Callers 1

PhDataUpdateMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected