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

◆ AnchorBottom

AnchorData Terraria.ObjectData.TileObjectData.AnchorBottom
getset

Definition at line 281 of file TileObjectData.cs.

282 {
283 get
284 {
285 AnchorDataModule anchor = this._anchor;
286 if (anchor != null)
287 {
288 int checkStart = anchor.bottom.checkStart;
289 }
291 return anchorData;
292 }
293 set
294 {
295 bool hasOwnAnchor = this._hasOwnAnchor;
296 AnchorDataModule anchor = this._anchor;
297 if (!hasOwnAnchor)
298 {
299 int checkStart = anchor.bottom.checkStart;
300 int num = 1;
301 this._hasOwnAnchor = num != 0;
303 if (anchor2 != null)
304 {
306 AnchorData top = anchor2.top;
307 int checkStart3 = anchor2.bottom.checkStart;
308 int checkStart4 = anchor2.left.checkStart;
309 AnchorData left = anchor2.left;
310 int checkStart5 = anchor2.right.checkStart;
311 bool wall = anchor2.wall;
312 return;
313 }
314 }
315 if (this._linkedAlternates)
316 {
317 int size = this._alternates.data._size;
318 int size2 = this._alternates.data._size;
319 }
320 }
321 }
class f__AnonymousType0<< Count > j__TPar
TileObjectAlternatesModule _alternates