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

◆ SetSectionFramed()

void Terraria.WorldSections.SetSectionFramed ( int x,
int y )
inline

Definition at line 179 of file WorldSections.cs.

180 {
181 int num = this.width;
182 int num2 = this.height;
183 BitsByte[] array = this.data;
184 int num3 = this.width;
185 BitsByte[] array2 = this.data;
186 int num4 = this.frameSectionsLeft;
188 }
class f__AnonymousType0<< Count > j__TPar

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