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

◆ UpdateWorld_GrassGrowth()

static void Terraria.WorldGen.UpdateWorld_GrassGrowth ( int i,
int j,
int minI,
int maxI,
int minJ,
int maxJ,
bool underground )
inlinestaticprivate

Definition at line 15676 of file WorldGen.cs.

15677 {
15678 int num = 1;
15679 if (num == 0)
15680 {
15681 }
15682 int num2 = 10;
15683 bool flag = WorldGen.InWorld(i, j, num2);
15684 if (num == 0)
15685 {
15686 }
15687 Tile tile;
15688 ushort type = tile.type;
15689 if (num == 0)
15690 {
15691 }
15692 if (num != 0)
15693 {
15694 return;
15695 }
15696 }
class f__AnonymousType0<< Count > j__TPar

References Terraria.WorldGen.InWorld(), j__TPar, and Terraria.Tile.type.