Return object link of next object mounted to this object's mount
| 690 | |
| 691 | /// Return object link of next object mounted to this object's mount |
| 692 | virtual SceneObject* getMountLink() { return mMount.link; } |
| 693 | |
| 694 | /// Returns object list of objects mounted to this object. |
| 695 | virtual SceneObject* getMountList() { return mMount.list; } |
no outgoing calls
no test coverage detected