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 | Magma |
Public Member Functions | |
override bool | Place (Point origin, StructureMap structures) |
GraniteBiome () | |
Static Public Member Functions | |
static bool | CanPlace (Point origin, StructureMap structures) |
Properties | |
static UnifiedRandom | _random [get] |
static TileData | _tiles [get] |
static int | _worldWidth [get] |
static int | _worldHeight [get] |
Private Member Functions | |
void | BuildMagmaMap (Point tileOrigin) |
void | SimulatePressure ([Out] Rectangle effectedMapArea) |
bool | ShouldUseLava (Point tileOrigin) |
void | PlaceGranite (Point tileOrigin, Rectangle magmaMapArea) |
void | CleanupTiles (Point tileOrigin, Rectangle magmaMapArea) |
void | PlaceDecorations (Point tileOrigin, Rectangle magmaMapArea) |
Static Private Member Functions | |
static | GraniteBiome () |
Private Attributes | |
GraniteBiome.Magma[,] | _sourceMagmaMap |
GraniteBiome.Magma[,] | _targetMagmaMap |
Static Private Attributes | |
const int | MAX_MAGMA_ITERATIONS = 300 |
static Vector2D[] | _normalisedVectors |
Definition at line 11 of file GraniteBiome.cs.