| 17 | } |
| 18 | |
| 19 | bool ContainerInteractor::containerOpen() const { |
| 20 | return openContainerId() != NullEntityId; |
| 21 | } |
| 22 | |
| 23 | EntityId ContainerInteractor::openContainerId() const { |
| 24 | if (m_openContainer && !m_openContainer->inWorld()) |
no outgoing calls
no test coverage detected