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

◆ DrawFreshAnimations()

void Terraria.HitTile.DrawFreshAnimations ( SpriteBatch spriteBatch)
inline

Definition at line 146 of file HitTile.cs.

147 {
148 int num = 1;
149 if (num == 0)
150 {
151 }
152 bool settingsEnabled_MinersWobble = Main.SettingsEnabled_MinersWobble;
153 if (num == 0)
154 {
155 }
156 if (!true)
157 {
158 }
159 if (!true)
160 {
161 }
162 bool flag = Main.ShouldShowInvisibleWalls();
163 long num2 = 0L;
164 bool flag2 = WorldGen.InWorld(int.MinValue, 536870912, (int)num2);
165 Tile tile;
166 bool isLoaded = tile.IsLoaded;
167 }
class f__AnonymousType0<< Count > j__TPar

References Terraria.WorldGen.InWorld(), Terraria.Tile.IsLoaded, j__TPar, System.L, Terraria.Main.SettingsEnabled_MinersWobble, and Terraria.Main.ShouldShowInvisibleWalls().