terraria-cpp2il-methodrecon v1.4.4.9
Terraria mobile dump, with reconstructed method body. Dump with CallAnalysis: https://infinitynichto.github.io/terraria-cpp2il
Loading...
Searching...
No Matches

◆ PlaceGranite()

void Terraria.GameContent.Biomes.GraniteBiome.PlaceGranite ( Point tileOrigin,
Rectangle magmaMapArea )
inlineprivate

Definition at line 102 of file GraniteBiome.cs.

103 {
104 bool flag = this.ShouldUseLava(tileOrigin);
105 long num = 0L;
106 bool isActive = this._sourceMagmaMap.IsActive;
107 if (!true)
108 {
109 }
110 long num2 = 0L;
111 bool flag2 = WorldGen.SolidTile(0, (int)num, num2 != 0L);
112 }
class f__AnonymousType0<< Count > j__TPar

References Terraria.GameContent.Biomes.GraniteBiome._sourceMagmaMap, j__TPar, System.L, Terraria.GameContent.Biomes.GraniteBiome.ShouldUseLava(), and Terraria.WorldGen.SolidTile().