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

◆ SurfaceMap()

Terraria.GameContent.Biomes.Desert.SurfaceMap.SurfaceMap ( short[] heights,
int x )
inlineprivate

Definition at line 37 of file SurfaceMap.cs.

38 {
39 int num = 1;
40 long num2 = 0L;
41 base..ctor();
42 this._heights = heights;
43 this.X = x;
44 long num3 = 0L;
45 if (num == 0)
46 {
47 }
48 int num4 = Math.Max((int)num3, (int)num2);
49 int num5 = Math.Min(x, (int)num2);
50 }
class f__AnonymousType0<< Count > j__TPar
static byte Min(byte val1, byte val2)
Definition Math.cs:152
static byte Max(byte val1, byte val2)
Definition Math.cs:111

References j__TPar, System.L, System.Math.Max(), and System.Math.Min().