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

◆ Allocate()

unsafe void Terraria.TileData.Allocate ( int x,
int y )
inline

Definition at line 142 of file TileData.cs.

143 {
144 int num = this.bufferSize;
145 this._width = x;
146 this.bufferSize = y;
148 if (this.memorybuffer != null)
149 {
150 }
151 if (deviceMemory == 0L)
152 {
153 }
155 int num2 = UnsafeUtility.AlignOf();
156 void* ptr;
157 this.memorybuffer = (byte*)ptr;
158 }
class f__AnonymousType0<< Count > j__TPar
static readonly long
unsafe byte * memorybuffer
Definition TileData.cs:680

References Terraria.TileData.bufferSize, GUILowMemoryPopup.DeviceMemory, j__TPar, System.L, long, and Terraria.TileData.memorybuffer.