Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
772
void dBodyDisable (dBodyID b)
773
{
774
dAASSERT (b);
775
b->flags |= dxBodyDisabled;
776
}
777
778
779
int dBodyIsEnabled (dBodyID b)
Callers
9
disable
Method · 0.85
FreezeContent
Method · 0.85
Disable
Method · 0.85
build
Method · 0.85
Activate
Method · 0.85
Disable
Method · 0.85
Freeze
Method · 0.85
CreateSimulBase
Method · 0.85
PhTune
Method · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected