-
Notifications
You must be signed in to change notification settings - Fork 2
Vanilla Climate System
raffclar edited this page Jun 9, 2022
·
1 revision
Black & White has a climate system that incorporates wind, rain, snow and temperature.
Name | Location | Type | namespace | Source | Ref Count |
---|---|---|---|---|---|
GClimate::IsRaining(LHPoint const &) | 10023580 | Function | .debug | Imported | 5 |
GClimate::GetWeather(LHPoint const &, bool) | 10030bc0 | Function | .debug | Imported | 6 |
GClimate::ComputeWeather(LHPoint const &, bool) | 10046c70 | Function | .debug | Imported | 5 |
GClimate::ProcessAll(void) | 10050a00 | Function | .debug | Imported | 1 |
GClimate::GetSnow(LHPoint const &) | 10064e30 | Function | .debug | Imported | 4 |
GClimate::Process(bool) | 10078470 | Function | .debug | Imported | 1 |
GClimate::IsSnowing(LHPoint const &) | 10081fc0 | Function | .debug | Imported | 3 |
GClimate::GetTemp(LHPoint const *) | 10082060 | Function | .debug | Imported | 4 |
GClimate::GetWindX(LHPoint const *) | 10082100 | Function | .debug | Imported | 1 |
GClimate::GetWindZ(LHPoint const *) | 100821a0 | Function | .debug | Imported | 1 |
GClimate::GetRain(LHPoint const &) | 1008c2e0 | Function | .debug | Imported | 3 |
GClimate::DrawCircles(bool) | 1008cb30 | Function | .debug | Imported | 1 |
GClimate::AttachWindInfo(WindInfo &, long) | 105a0220 | Function | .debug | Imported | 1 |
GClimate::AttachTempInfo(TempInfo &, long) | 105a02e0 | Function | .debug | Imported | 1 |
GClimate::AttachRainInfo(RainInfo &, long) | 105a0390 | Function | .debug | Imported | 1 |
GClimate::GetClimateWithId(long) | 105a0570 | Function | .debug | Imported | 4 |
GClimate::CreateStorm(void) | 105a0630 | Function | .debug | Imported | 1 |
GClimate::FindWhereToCreateStorm(void) | 105a0c80 | Function | .debug | Imported | 1 |
GClimate::SaveAllObjectTextFile(LHOSFile &, MapCoords const &) | 105a1010 | Function | .debug | Imported | 1 |
GClimate::SaveClimate(LHOSFile &, MapCoords const &) | 105a10f0 | Function | .debug | Imported | 1 |
GClimate::GetWindAtPoint(LHPoint const *, bool) | 105a19f0 | Function | .debug | Imported | 5 |
GClimate::MoveStormByWind(LH3DStorm *, float) | 105a1f80 | Function | .debug | Imported | 1 |
GClimate::GetMaxRainingOrSnowing(LHPoint const &) | 105a2250 | Function | .debug | Imported | 3 |
GClimate::Create(MapCoords const &, GClimateInfo const *, float, float, float, long) | 105a2900 | Function | .debug | Imported | 5 |
GClimate::GClimate(MapCoords const &, GClimateInfo const *, float, float, float, long) | 105a2b80 | Function | .debug | Imported | 1 |
GClimate::GClimate(long) | 105a2f20 | Function | .debug | Imported | 1 |