MCPcopy 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
178void xClimateUpdate(_tagClimate* climate, F32 seconds)
179{
180 UpdateRain(climate, seconds);
181 UpdateWind(climate, seconds);
182}
183
184void xVec3Init(xVec3* vec, F32 x, F32 y, F32 z)
185{

Callers 1

zSceneUpdateFunction · 0.85

Calls 2

UpdateWindFunction · 0.85
UpdateRainFunction · 0.70

Tested by

no test coverage detected