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
get
set
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
}
290
AnchorData
anchorData
;
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;
302
AnchorDataModule
anchor2
= this.
_anchor
;
303
if
(anchor2 !=
null
)
304
{
305
int
checkStart2
=
anchor2
.
top
.
checkStart
;
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
}
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.bottom
AnchorData bottom
Definition
AnchorDataModule.cs:38
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