Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/OGSR/OGSR-Engine
/ dBodySetData
Function
dBodySetData
3rd_party/Src/ode/ode/src/ode.cpp:314–318 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
312
313
314
void dBodySetData (dBodyID b, void *data)
315
{
316
dAASSERT (b);
317
b->userdata = data;
318
}
319
320
321
void *dBodyGetData (dBodyID b)
Callers
3
setData
Method · 0.85
add_contact_body_effector
Function · 0.85
Apply
Method · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected