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

Method openWithInventory

source/frontend/StarScriptPane.cpp:87–89  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

85}
86
87bool ScriptPane::openWithInventory() const {
88 return m_config.getBool("openWithInventory", false);
89}
90
91bool ScriptPane::closeWithInventory() const {
92 return m_config.getBool("closeWithInventory", openWithInventory());

Callers 2

MainInterfaceMethod · 0.80
displayScriptPaneMethod · 0.80

Calls 1

getBoolMethod · 0.80

Tested by

no test coverage detected