|
Terraria v1.4.4.9
Terraria source code documentation
|
Classes | |
| struct | WindCoord |
Public Member Functions | |
| void | SetSize (int targetWidth, int targetHeight) |
| void | Update () |
| void | GetWindTime (int tileX, int tileY, int timeThreshold, out int windTimeLeft, out int directionX, out int directionY) |
Private Member Functions | |
| void | ResizeGrid () |
| void | SetWindTime (int tileX, int tileY, int directionX, int directionY) |
| void | ScanPlayers () |
| void | ScanPlayer (int i) |
Private Attributes | |
| WindCoord[,] | _grid = new WindCoord[1, 1] |
| int | _width = 1 |
| int | _height = 1 |
| int | _gameTime |
Definition at line 6 of file WindGrid.cs.