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

◆ Load()

void Terraria.Map.WorldMap.Load ( )
inline

Definition at line 192 of file WorldMap.cs.

193 {
194 int num = 1;
195 if (num == 0)
196 {
197 }
198 Lighting.Clear();
199 if (num == 0)
200 {
201 }
204 Main.clearMap = true;
205 Main.loadMap = true;
206 Main.loadMapLock = true;
207 Main.refreshMap = false;
208 }
class f__AnonymousType0<< Count > j__TPar

References Terraria.Lighting.Clear(), and j__TPar.

Referenced by Terraria.WorldGen.joinLocalWorldCallBack(), and Terraria.WorldGen.playWorldCallBack().