terraria-cpp2il-methodrecon v1.4.4.9
Terraria mobile dump, with reconstructed method body. Dump with CallAnalysis: https://infinitynichto.github.io/terraria-cpp2il
|
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 9 of file WindGrid.cs.