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

◆ Save()

void Terraria.Map.WorldMap.Save ( bool forceSave = false)
inline

Definition at line 211 of file WorldMap.cs.

212 {
213 if (!true)
214 {
215 }
216 if (true)
217 {
218 return;
219 }
220 MapHelper.SaveMap(true);
221 }

References Terraria.Map.MapHelper.SaveMap().