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

◆ SectionLoaded()

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

Definition at line 139 of file WorldSections.cs.

140 {
141 int num = this.width;
142 int num2 = this.height;
143 BitsByte[] array = this.data;
144 bool flag;
145 return flag;
146 }
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().