terraria-cpp2il-methodrecon v1.4.4.9
Terraria mobile dump, with reconstructed method body. Dump with CallAnalysis: https://infinitynichto.github.io/terraria-cpp2il
|
Public Member Functions | |
AmbientWindSystem () | |
void | Update () |
Private Member Functions | |
void | SpawnAirborneWind () |
Rectangle | GetTileWorkSpace () |
void | TrySpawningWind (int x, int y) |
void | SpawnAirborneCloud (int x, int y) |
void | SpawnFloorCloud (int x, int y) |
void | TestAirCloud (int x, int y) |
bool | DoesTileAllowWind (Tile t) |
Private Attributes | |
UnifiedRandom | _random |
List< Point > | _spotsForAirboneWind |
int | _updatesCounter |
int | _lastFrame = 1 |
float | _airSpaceTests |
float | _floorSpaceTests |
Definition at line 10 of file AmbientWindSystem.cs.