|
terraria-cpp2il v1.4.4.9
Terraria mobile dump, with CallAnalysis (see source code). Dump with reconstucted method: https://infinitynichto.github.io/terraria-cpp2il-methodrecon
|
Collaboration diagram for Terraria.GameContent.AmbientWindSystem: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 |
| float | _airSpaceTests |
| float | _floorSpaceTests |
Definition at line 12 of file AmbientWindSystem.cs.