Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
91
bool ScriptPane::closeWithInventory() const {
92
return m_config.getBool(
"closeWithInventory"
, openWithInventory());
93
}
94
95
EntityId ScriptPane::sourceEntityId() const {
96
return m_sourceEntityId;
Callers
1
displayScriptPane
Method · 0.80
Calls
1
getBool
Method · 0.80
Tested by
no test coverage detected