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

Method PureStep

ogsr_engine/xrGame/PHShell.cpp:1455–1466  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1453}
1454
1455void CPHShell::PureStep(float step)
1456{
1457 if (bCopMode)
1458 {
1459 CPHObject::step(step);
1460 }
1461 else
1462 {
1463 CPHObject::IslandStep(step);
1464 PhDataUpdate(step);
1465 }
1466}
1467void CPHShell::CollideAll()
1468{
1469 CPHObject::Collide();

Callers 1

do_collide_and_moveFunction · 0.80

Calls 1

stepFunction · 0.50

Tested by

no test coverage detected