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

Method threatLevel

source/game/StarWorldClient.cpp:2116–2120  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2114}
2115
2116float WorldClient::threatLevel() const {
2117 if (!inWorld())
2118 return 0.0f;
2119 return m_worldTemplate->threatLevel();
2120}
2121
2122StringList WorldClient::environmentStatusEffects(Vec2F const& pos) const {
2123 if (!inWorld())

Callers 7

spawnInCellMethod · 0.45
createTreasureChestMethod · 0.45
initMethod · 0.45
destroyMethod · 0.45
makeObjectCallbacksMethod · 0.45
initMethod · 0.45
harvestMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected