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

◆ MatureTheHerbPlants()

static void Terraria.WorldGen.MatureTheHerbPlants ( )
inlinestaticprivate

Definition at line 8813 of file WorldGen.cs.

8814 {
8815 int num = 1;
8816 int num2 = 10;
8817 if (num == 0)
8818 {
8819 }
8820 int num3 = 11;
8821 if (num == 0)
8822 {
8823 }
8824 Tile tile;
8825 ushort type = tile.type;
8826 Tile tile2;
8827 ushort type2 = tile2.type;
8828 long num4 = 0L;
8829 bool flag = WorldGen.SolidTile(num2, num3, num4 != 0L);
8830 UnifiedRandom genRand = WorldGen.genRand;
8831 int num5 = 25;
8832 if (genRand.Next(num5) == 0)
8833 {
8834 }
8836 int num6 = 3;
8837 if (genRand2.Next(num6) == 0)
8838 {
8840 int num7 = 2;
8841 if (genRand3.Next(num7) == 0)
8842 {
8843 }
8845 int num8 = 3;
8846 if (genRand4.Next(num8) == 0)
8847 {
8848 }
8849 }
8850 }
class f__AnonymousType0<< Count > j__TPar
static UnifiedRandom genRand
Definition WorldGen.cs:38

References Terraria.WorldGen.genRand, j__TPar, System.L, Terraria.Utilities.UnifiedRandom.Next(), Terraria.WorldGen.SolidTile(), and Terraria.Tile.type.