Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/bfbbdecomp/bfbb
/ xClimateUpdate
Function
xClimateUpdate
src/SB/Core/x/xClimate.cpp:178–182 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
176
}
177
178
void xClimateUpdate(_tagClimate* climate, F32 seconds)
179
{
180
UpdateRain(climate, seconds);
181
UpdateWind(climate, seconds);
182
}
183
184
void xVec3Init(xVec3* vec, F32 x, F32 y, F32 z)
185
{
Callers
1
zSceneUpdate
Function · 0.85
Calls
2
UpdateWind
Function · 0.85
UpdateRain
Function · 0.70
Tested by
no test coverage detected