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

Method Freeze

ogsr_engine/xrGame/PHElement.cpp:565–572  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

563}
564
565void CPHElement::Freeze()
566{
567 if (!m_body)
568 return;
569
570 m_flags.set(flWasEnabledBeforeFreeze, !!dBodyIsEnabled(m_body));
571 dBodyDisable(m_body);
572}
573void CPHElement::UnFreeze()
574{
575 if (!m_body)

Callers

nothing calls this directly

Calls 3

dBodyIsEnabledFunction · 0.85
dBodyDisableFunction · 0.85
setMethod · 0.45

Tested by

no test coverage detected