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

Function dBodyDisable

3rd_party/Src/ode/ode/src/ode.cpp:772–776  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

770
771
772void dBodyDisable (dBodyID b)
773{
774 dAASSERT (b);
775 b->flags |= dxBodyDisabled;
776}
777
778
779int dBodyIsEnabled (dBodyID b)

Callers 9

disableMethod · 0.85
FreezeContentMethod · 0.85
DisableMethod · 0.85
buildMethod · 0.85
ActivateMethod · 0.85
DisableMethod · 0.85
FreezeMethod · 0.85
CreateSimulBaseMethod · 0.85
PhTuneMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected