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

Method threatLevel

source/game/StarWorldServer.cpp:2231–2233  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2229}
2230
2231float WorldServer::threatLevel() const {
2232 return m_worldTemplate->threatLevel();
2233}
2234
2235StringList WorldServer::environmentStatusEffects(Vec2F const& pos) const {
2236 return m_worldTemplate->environmentStatusEffects(floor(pos[0]), floor(pos[1]));

Callers 3

placeDungeonMethod · 0.45
setPlanetTypeMethod · 0.45
initMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected