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

◆ UpdateChunks()

void Terraria.Map.WorldMap.UpdateChunks ( )
inline

Definition at line 98 of file WorldMap.cs.

99 {
100 if (!true)
101 {
102 }
103 WorldGen.PerformCachedMapTileUpdates();
104 object lockObject = this.LockObject;
106 }
class f__AnonymousType0<< Count > j__TPar
List< WorldMapChunk > TileChunksInUse
Definition WorldMap.cs:285

References j__TPar, Terraria.Map.WorldMap.LockObject, Terraria.WorldGen.PerformCachedMapTileUpdates(), and Terraria.Map.WorldMap.TileChunksInUse.

Referenced by GUIMap.DrawToMap().