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

◆ SectionFramed()

bool Terraria.WorldSections.SectionFramed ( int x,
int y )
inline

Definition at line 149 of file WorldSections.cs.

150 {
151 int num = this.width;
152 int num2 = this.height;
153 BitsByte[] array = this.data;
154 bool flag;
155 return flag;
156 }
class f__AnonymousType0<< Count > j__TPar

References System.array, Terraria.WorldSections.data, Terraria.WorldSections.height, j__TPar, and Terraria.WorldSections.width.

Referenced by Terraria.WorldGen.SectionTileFrameWithCheck().