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

Function dUnattachChild

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

Unattaches a child from an attach point

Source from the content-addressed store, hash-verified

151
152// Unattaches a child from an attach point
153bool dUnattachChild(object *parent, char parent_ap) { return UnattachChild(parent, parent_ap); }
154
155// Unattaches an object from its parent
156bool dUnattachFromParent(object *child) { return UnattachFromParent(child); }

Callers

nothing calls this directly

Calls 1

UnattachChildFunction · 0.85

Tested by

no test coverage detected