Unattaches all children from a parent object
| 157 | |
| 158 | // Unattaches all children from a parent object |
| 159 | bool dUnattachChildren(object *parent) { return UnattachChildren(parent); } |
| 160 | |
| 161 | bool dObjGet(int handle, object **obj) { |
| 162 | *obj = ObjGet(handle); |
nothing calls this directly
no test coverage detected