|
Terraria v1.4.4.9
Terraria source code documentation
|
Public Member Functions | |
| 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 = new UnifiedRandom() |
| List< Point > | _spotsForAirboneWind = new List<Point>() |
| int | _updatesCounter |
Definition at line 7 of file AmbientWindSystem.cs.