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
get
set
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
}
244
AnchorData
anchorData
;
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;
257
AnchorDataModule
anchor2
= this.
_anchor
;
258
if
(anchor2 !=
null
)
259
{
260
int
checkStart2
=
anchor2
.
top
.
checkStart
;
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
}
j__TPar
class f__AnonymousType0<< Count > j__TPar
Definition
--f__AnonymousType0.cs:8
System.Collections.Generic.List._size
int _size
Definition
List.cs:394
Terraria.Modules.AnchorDataModule.top
AnchorData top
Definition
AnchorDataModule.cs:35
Terraria.Modules.AnchorDataModule
Definition
AnchorDataModule.cs:9
Terraria.Modules.TileObjectAlternatesModule.data
List< TileObjectData > data
Definition
TileObjectAlternatesModule.cs:27
Terraria.ObjectData.TileObjectData._anchor
AnchorDataModule _anchor
Definition
TileObjectData.cs:2659
Terraria.ObjectData.TileObjectData._alternates
TileObjectAlternatesModule _alternates
Definition
TileObjectData.cs:2656
Terraria.ObjectData.TileObjectData._hasOwnAnchor
bool _hasOwnAnchor
Definition
TileObjectData.cs:2692
Terraria.ObjectData.TileObjectData._linkedAlternates
bool _linkedAlternates
Definition
TileObjectData.cs:2650
Terraria.DataStructures.AnchorData.checkStart
int checkStart
Definition
AnchorData.cs:61
Terraria.DataStructures.AnchorData
Definition
AnchorData.cs:8
Terraria
ObjectData
TileObjectData
Generated by
1.10.0