MCPcopy Create free account
hub / github.com/DescentDevelopers/Descent3 / dUnattachChildren

Function dUnattachChildren

Descent3/DllWrappers.cpp:159–159  ·  view source on GitHub ↗

Unattaches all children from a parent object

Source from the content-addressed store, hash-verified

157
158// Unattaches all children from a parent object
159bool dUnattachChildren(object *parent) { return UnattachChildren(parent); }
160
161bool dObjGet(int handle, object **obj) {
162 *obj = ObjGet(handle);

Callers

nothing calls this directly

Calls 1

UnattachChildrenFunction · 0.85

Tested by

no test coverage detected