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

Function dBodySetNoUpdatePosMode

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

Source from the content-addressed store, hash-verified

798}
799
800void dBodySetNoUpdatePosMode(dBodyID b, int enabled)
801{
802 dAASSERT(b);
803 if (enabled) b->flags |= dxBodyNoUpdatePos;
804 else b->flags &= ~dxBodyNoUpdatePos;
805}
806
807int dBodyGetNoUpdatePosMode(dBodyID b)
808{

Callers 2

FixMethod · 0.85
ReleaseFixedMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected