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

Class playing_pred

ogsr_engine/xrGame/Actor.cpp:431–434  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

429void CActor::PHHit(SHit& H) { m_pPhysics_support->in_Hit(H, !g_Alive()); }
430
431struct playing_pred
432{
433 IC bool operator()(ref_sound& s) { return (NULL != s._feedback()); }
434};
435
436void CActor::Hit(SHit* pHDS)
437{

Callers 1

HitMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected