_child = (attachedObjects _parent) # 0;
Where in _parent model space is _child?
Currently we need to make an inference using world space of _child like this
<parent> worldToModel (getPosWorldVisual <attached object>)
would be useful if we could just get the model position of _child directly, like this
_parent getRelPos _child // [0,-3,1.56]