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

Method windLevel

source/game/StarWorldServer.cpp:2204–2206  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2202}
2203
2204float WorldServer::windLevel(Vec2F const& pos) const {
2205 return WorldImpl::windLevel(m_tileArray, pos, m_weather.wind());
2206}
2207
2208float WorldServer::lightLevel(Vec2F const& pos) const {
2209 return WorldImpl::lightLevel(m_tileArray, m_entityMap, m_geometry, m_worldTemplate, m_sky, m_lightIntensityCalculator, pos);

Callers

nothing calls this directly

Calls 2

windLevelFunction · 0.85
windMethod · 0.80

Tested by

no test coverage detected