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

Method closeWithInventory

source/frontend/StarScriptPane.cpp:91–93  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

89}
90
91bool ScriptPane::closeWithInventory() const {
92 return m_config.getBool("closeWithInventory", openWithInventory());
93}
94
95EntityId ScriptPane::sourceEntityId() const {
96 return m_sourceEntityId;

Callers 1

displayScriptPaneMethod · 0.80

Calls 1

getBoolMethod · 0.80

Tested by

no test coverage detected