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

Method minimumThreatLevel

source/game/StarDungeonGenerator.cpp:625–627  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

623 }
624
625 Maybe<float> Part::minimumThreatLevel() const {
626 return m_minimumThreatLevel;
627 }
628
629 Maybe<float> Part::maximumThreatLevel() const {
630 return m_maximumThreatLevel;

Callers 2

buildDungeonMethod · 0.80
pickAnchorMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected