Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
108
float ServerWeather::wind() const {
109
return m_currentWind * m_currentWeatherIntensity;
110
}
111
112
float ServerWeather::weatherIntensity() const {
113
return m_currentWeatherIntensity;
Callers
5
windLevel
Method · 0.80
update
Method · 0.80
exposedToWeather
Method · 0.80
windLevel
Method · 0.80
exposedToWeather
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected