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

◆ AnchorLeft

AnchorData Terraria.ObjectData.TileObjectData.AnchorLeft
getset

Definition at line 326 of file TileObjectData.cs.

327 {
328 get
329 {
330 AnchorDataModule anchor = this._anchor;
331 if (anchor != null)
332 {
333 AnchorData left = anchor.left;
334 int checkStart = anchor.left.checkStart;
335 return left;
336 }
338 return anchorData;
339 }
340 set
341 {
342 bool hasOwnAnchor = this._hasOwnAnchor;
343 AnchorDataModule anchor = this._anchor;
344 if (!hasOwnAnchor)
345 {
346 AnchorData left = anchor.left;
347 int checkStart = anchor.left.checkStart;
348 int num = 1;
349 this._hasOwnAnchor = num != 0;
351 if (anchor2 != null)
352 {
354 AnchorData top = anchor2.top;
355 int checkStart3 = anchor2.bottom.checkStart;
356 int checkStart4 = anchor2.left.checkStart;
357 AnchorData left2 = anchor2.left;
358 int checkStart5 = anchor2.right.checkStart;
359 bool wall = anchor2.wall;
360 return;
361 }
362 }
363 if (this._linkedAlternates)
364 {
365 int size = this._alternates.data._size;
366 int size2 = this._alternates.data._size;
367 }
368 }
369 }
class f__AnonymousType0<< Count > j__TPar
TileObjectAlternatesModule _alternates