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

◆ SectionNeedsRefresh()

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

Definition at line 119 of file WorldSections.cs.

120 {
121 int num = this.width;
122 int num2 = this.height;
123 BitsByte[] array = this.data;
124 bool flag;
125 return flag;
126 }
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.RefreshSections().