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

◆ Kill()

static void Terraria.GameContent.Tile_Entities.TETrainingDummy.Kill ( int x,
int y )
inlinestatic

Definition at line 162 of file TETrainingDummy.cs.

163 {
164 if (!true)
165 {
166 }
167 int key = TileEntity.GetKey(x, y);
168 if (!true)
169 {
170 }
171 if (!true)
172 {
173 }
174 int key2 = TileEntity.GetKey(x, y);
175 if (x == 0)
176 {
177 return;
178 }
179 throw new OutOfMemoryException();
180 }
class f__AnonymousType0<< Count > j__TPar
static int GetKey(int x, int y)

References Terraria.DataStructures.TileEntity.GetKey(), j__TPar, and System.key.