| 1153 | //------------------------------------------------------------------------- |
| 1154 | |
| 1155 | bool SceneObject::isMounted() |
| 1156 | { |
| 1157 | resolveMountPID(); |
| 1158 | |
| 1159 | return mMount.object != NULL; |
| 1160 | } |
| 1161 | |
| 1162 | //----------------------------------------------------------------------------- |
| 1163 |
no outgoing calls
no test coverage detected