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

Method wind

source/game/StarWeather.cpp:108–110  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

106}
107
108float ServerWeather::wind() const {
109 return m_currentWind * m_currentWeatherIntensity;
110}
111
112float ServerWeather::weatherIntensity() const {
113 return m_currentWeatherIntensity;

Callers 5

windLevelMethod · 0.80
updateMethod · 0.80
exposedToWeatherMethod · 0.80
windLevelMethod · 0.80
exposedToWeatherMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected