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

◆ AnchorTop

AnchorData Terraria.ObjectData.TileObjectData.AnchorTop
getset

Definition at line 233 of file TileObjectData.cs.

234 {
235 get
236 {
237 AnchorDataModule anchor = this._anchor;
238 if (anchor != null)
239 {
240 AnchorData top = anchor.top;
241 int checkStart = anchor.top.checkStart;
242 return top;
243 }
245 return anchorData;
246 }
247 set
248 {
249 bool hasOwnAnchor = this._hasOwnAnchor;
250 AnchorDataModule anchor = this._anchor;
251 if (!hasOwnAnchor)
252 {
253 AnchorData top = anchor.top;
254 int checkStart = anchor.top.checkStart;
255 int num = 1;
256 this._hasOwnAnchor = num != 0;
258 if (anchor2 != null)
259 {
261 AnchorData top2 = anchor2.top;
262 int checkStart3 = anchor2.bottom.checkStart;
263 int checkStart4 = anchor2.left.checkStart;
264 AnchorData left = anchor2.left;
265 int checkStart5 = anchor2.right.checkStart;
266 bool wall = anchor2.wall;
267 return;
268 }
269 }
270 if (this._linkedAlternates)
271 {
272 int size = this._alternates.data._size;
273 int size2 = this._alternates.data._size;
274 }
275 }
276 }
class f__AnonymousType0<< Count > j__TPar
TileObjectAlternatesModule _alternates