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

◆ AnchorRight

AnchorData Terraria.ObjectData.TileObjectData.AnchorRight
getset

Definition at line 374 of file TileObjectData.cs.

375 {
376 get
377 {
378 AnchorDataModule anchor = this._anchor;
379 if (anchor != null)
380 {
381 int checkStart = anchor.right.checkStart;
382 }
384 return anchorData;
385 }
386 set
387 {
388 bool hasOwnAnchor = this._hasOwnAnchor;
389 AnchorDataModule anchor = this._anchor;
390 if (!hasOwnAnchor)
391 {
392 int checkStart = anchor.right.checkStart;
393 int num = 1;
394 this._hasOwnAnchor = num != 0;
396 if (anchor2 != null)
397 {
399 AnchorData top = anchor2.top;
400 int checkStart3 = anchor2.bottom.checkStart;
401 int checkStart4 = anchor2.left.checkStart;
402 AnchorData left = anchor2.left;
403 int checkStart5 = anchor2.right.checkStart;
404 bool wall = anchor2.wall;
405 return;
406 }
407 }
408 if (this._linkedAlternates)
409 {
410 int size = this._alternates.data._size;
411 int size2 = this._alternates.data._size;
412 }
413 }
414 }
class f__AnonymousType0<< Count > j__TPar
TileObjectAlternatesModule _alternates