Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
779
int dBodyIsEnabled (dBodyID b)
780
{
781
dAASSERT (b);
782
return ((b->flags & dxBodyDisabled) == 0);
783
}
784
785
786
void dBodySetGravityMode (dBodyID b, int mode)
Callers
15
isEnabled
Method · 0.85
Disabling
Method · 0.85
Reinit
Method · 0.85
PhDataUpdate
Method · 0.85
Update
Method · 0.85
PhDataUpdate
Method · 0.85
Enable
Method · 0.85
Disable
Method · 0.85
Freeze
Method · 0.85
applyImpulseVsMC
Method · 0.85
applyImpulseVsGF
Method · 0.85
get_LinearVel
Method · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected