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

Method Disable

ogsr_engine/xrGame/PHElement.cpp:549–557  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

547}
548
549void CPHElement::Disable()
550{
551 // return;
552 if (!isActive() || !dBodyIsEnabled(m_body))
553 return;
554 FillInterpolation();
555
556 dBodyDisable(m_body);
557}
558
559void CPHElement::ReEnable()
560{

Callers

nothing calls this directly

Calls 2

dBodyIsEnabledFunction · 0.85
dBodyDisableFunction · 0.85

Tested by

no test coverage detected