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

◆ MapSectionDrawn()

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

Definition at line 159 of file WorldSections.cs.

160 {
161 int num = this.width;
162 int num2 = this.height;
163 BitsByte[] array = this.data;
164 bool flag;
165 return flag;
166 }
class f__AnonymousType0<< Count > j__TPar

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