Unattaches a child from an attach point
| 151 | |
| 152 | // Unattaches a child from an attach point |
| 153 | bool dUnattachChild(object *parent, char parent_ap) { return UnattachChild(parent, parent_ap); } |
| 154 | |
| 155 | // Unattaches an object from its parent |
| 156 | bool dUnattachFromParent(object *child) { return UnattachFromParent(child); } |
nothing calls this directly
no test coverage detected