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

Method disableDeathDrops

source/game/StarWorldClient.cpp:2164–2168  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2162}
2163
2164bool WorldClient::disableDeathDrops() const {
2165 if (const auto& parameters = m_worldTemplate->worldParameters())
2166 return parameters->disableDeathDrops;
2167 return false;
2168}
2169
2170List<PhysicsForceRegion> WorldClient::forceRegions() const {
2171 return m_forceRegions;

Callers 1

destroyMethod · 0.45

Calls 1

worldParametersMethod · 0.80

Tested by

no test coverage detected