|
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.Drawing.WindGrid: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) |
| WindGrid () | |
Private Member Functions | |
| void | ResizeGrid () |
| void | SetWindTime (int tileX, int tileY, int directionX, int directionY) |
| void | ScanPlayers () |
| void | ScanPlayer (int i) |
Static Private Member Functions | |
| static | WindGrid () |
Private Attributes | |
| WindGrid.WindCoord[,] | _grid |
| int | _width |
| int | _height |
| int | _gameTime |
Static Private Attributes | |
| static List< Point > | points |
Definition at line 11 of file WindGrid.cs.