MCPcopy Create free account
hub / github.com/OpenStarbound/OpenStarbound / containerOpen

Method containerOpen

source/frontend/StarContainerInteractor.cpp:19–21  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Callers 4

openContainerMethod · 0.45
InventoryPaneMethod · 0.45
updateMethod · 0.45
updateMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected