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
|
Classes | |
struct | Magma |
Public Member Functions | |
override bool | Place (Point origin, StructureMap structures) |
GraniteBiome () | |
delegate bool | CustomPerUnitAction (int x, int y, params object[] args) |
Static Public Member Functions | |
static bool | CanPlace (Point origin, StructureMap structures) |
Properties | |
static UnifiedRandom | _random [get, set] |
static TileData | _tiles [get, set] |
static int | _worldWidth [get, set] |
static int | _worldHeight [get, set] |
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 15 of file GraniteBiome.cs.