Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/OpenStarbound/OpenStarbound
/ parameters
Method
parameters
source/game/StarSystemWorld.cpp:391–393 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
389
}
390
391
JsonObject SystemObject::parameters() const {
392
return jsonMerge(m_config.parameters, m_parameters).toObject();
393
}
394
395
bool SystemObject::shouldDestroy() const {
396
return m_shouldDestroy;
Callers
2
planetSize
Method · 0.45
objectWarpAction
Method · 0.45
Calls
2
toObject
Method · 0.80
jsonMerge
Function · 0.50
Tested by
no test coverage detected