Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
buildDungeon
Method · 0.80
pickAnchor
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected