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

◆ NumChunksAvailable

int Terraria.Map.WorldMap.NumChunksAvailable
get

Definition at line 60 of file WorldMap.cs.

61 {
62 get
63 {
64 object lockObject = this.LockObject;
66 long num = 0L;
67 int size = tileChunksAvailable._size;
68 if (size != 0)
69 {
70 Monitor.Exit(lockObject);
71 }
72 if (num == 0L)
73 {
74 }
75 throw new OutOfMemoryException();
76 }
77 }
class f__AnonymousType0<< Count > j__TPar
static void Exit(object obj)
Definition Monitor.cs:47
List< IntPtr > TileChunksAvailable
Definition WorldMap.cs:282