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

◆ AddTileVariance()

static void Terraria.GameContent.Biomes.Desert.DesertHive.AddTileVariance ( DesertDescription description)
inlinestaticprivate

Definition at line 58 of file DesertHive.cs.

59 {
60 int width = description.<Hive>k__BackingField.Width;
61 Rectangle <Hive>k__BackingField = description.<Hive>k__BackingField;
62 int width2 = description.<Hive>k__BackingField.Width;
63 if (<Hive>k__BackingField == null)
64 {
65 }
66 Tile tile;
67 ushort type = tile.type;
68 int width3 = description.<Hive>k__BackingField.Width;
69 Rectangle <Hive>k__BackingField2 = description.<Hive>k__BackingField;
70 int width4 = description.<Hive>k__BackingField.Width;
71 if (<Hive>k__BackingField2 == null)
72 {
73 }
74 Tile tile2;
75 bool flag = tile2.active();
76 if (<Hive>k__BackingField2 == null)
77 {
78 }
79 Tile tile3;
80 bool flag2 = tile3.active();
81 }
class f__AnonymousType0<< Count > j__TPar

References Terraria.Tile.active(), j__TPar, Terraria.Tile.type, and Microsoft.Xna.Framework.Rectangle.Width.

Referenced by Terraria.GameContent.Biomes.Desert.DesertHive.Place().