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

Method closeContainer

source/frontend/StarContainerInteractor.cpp:15–17  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

13}
14
15void ContainerInteractor::closeContainer() {
16 openContainer({});
17}
18
19bool ContainerInteractor::containerOpen() const {
20 return openContainerId() != NullEntityId;

Callers 3

MainInterfaceMethod · 0.80
handleInteractActionMethod · 0.80
updateMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected