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

Function initObject

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

Source from the content-addressed store, hash-verified

55
56
57static inline void initObject (dObject *obj, dxWorld *w)
58{
59 obj->world = w;
60 obj->next = 0;
61 obj->tome = 0;
62 obj->userdata = 0;
63 obj->tag = 0;
64}
65
66
67// add an object `obj' to the list who's head pointer is pointed to by `first'.

Callers 2

dBodyCreateFunction · 0.85
dJointInitFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected