MCPcopy 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
391JsonObject SystemObject::parameters() const {
392 return jsonMerge(m_config.parameters, m_parameters).toObject();
393}
394
395bool SystemObject::shouldDestroy() const {
396 return m_shouldDestroy;

Callers 2

planetSizeMethod · 0.45
objectWarpActionMethod · 0.45

Calls 2

toObjectMethod · 0.80
jsonMergeFunction · 0.50

Tested by

no test coverage detected