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

◆ RefreshSection()

static void Terraria.WorldGen.RefreshSection ( int sectionX,
int sectionY )
inlinestatic

Definition at line 16937 of file WorldGen.cs.

16938 {
16939 int num = 1;
16940 if (num == 0)
16941 {
16942 }
16943 int num2 = 1;
16944 if (num == 0)
16945 {
16946 }
16947 int num3 = Math.Min(Math.Min(0, sectionX), sectionX);
16948 if (num2 == 0)
16949 {
16950 }
16951 Main.sectionManager.SetSectionAsRefreshed(sectionX, 0);
16952 }
class f__AnonymousType0<< Count > j__TPar
static byte Min(byte val1, byte val2)
Definition Math.cs:152

References j__TPar, System.Math.Min(), Terraria.Main.sectionManager, and Terraria.WorldSections.SetSectionAsRefreshed().

Referenced by Terraria.WorldGen.RefreshSections().