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

Method Call

ogsr_engine/xrGame/ExtendedGeom.h:89–96  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

87 }
88
89 void Call(bool& do_colide, bool bo1, dContact& c, SGameMtl* material_1, SGameMtl* material_2)
90 {
91 for (CObjectContactCallback* i = this; i; i = i->next)
92 {
93 VERIFY(i->callback);
94 i->callback(do_colide, bo1, c, material_1, material_2);
95 }
96 }
97};
98
99class CGameObject;

Callers 1

CollideIntoGroupFunction · 0.80

Calls 1

callbackMethod · 0.45

Tested by

no test coverage detected