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

◆ Reset()

unsafe void Terraria.Map.WorldMapChunk.Reset ( )
inline

Definition at line 95 of file WorldMapChunk.cs.

96 {
97 MapTile* tileData = this.TileData;
98 if (tileData != null)
99 {
100 this.Map.ReleaseTileStorage(this);
101 long num = 0L;
102 if (tileData != null)
103 {
104 Monitor.Exit(this);
105 }
106 if (num != 0L)
107 {
108 throw new OutOfMemoryException();
109 }
110 }
111 }
class f__AnonymousType0<< Count > j__TPar
static void Exit(object obj)
Definition Monitor.cs:47

References System.Threading.Monitor.Exit(), j__TPar, System.L, and Terraria.Map.WorldMapChunk.TileData.