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

Function dBodyIsEnabled

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

Source from the content-addressed store, hash-verified

777
778
779int dBodyIsEnabled (dBodyID b)
780{
781 dAASSERT (b);
782 return ((b->flags & dxBodyDisabled) == 0);
783}
784
785
786void dBodySetGravityMode (dBodyID b, int mode)

Callers 15

isEnabledMethod · 0.85
DisablingMethod · 0.85
ReinitMethod · 0.85
PhDataUpdateMethod · 0.85
UpdateMethod · 0.85
PhDataUpdateMethod · 0.85
EnableMethod · 0.85
DisableMethod · 0.85
FreezeMethod · 0.85
applyImpulseVsMCMethod · 0.85
applyImpulseVsGFMethod · 0.85
get_LinearVelMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected