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

Function dUnattachFromParent

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

Unattaches an object from its parent

Source from the content-addressed store, hash-verified

154
155// Unattaches an object from its parent
156bool dUnattachFromParent(object *child) { return UnattachFromParent(child); }
157
158// Unattaches all children from a parent object
159bool dUnattachChildren(object *parent) { return UnattachChildren(parent); }

Callers

nothing calls this directly

Calls 1

UnattachFromParentFunction · 0.85

Tested by

no test coverage detected