MCPcopy 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
314void dBodySetData (dBodyID b, void *data)
315{
316 dAASSERT (b);
317 b->userdata = data;
318}
319
320
321void *dBodyGetData (dBodyID b)

Callers 3

setDataMethod · 0.85
ApplyMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected