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

◆ collisionType

int Terraria.Tile_PC.collisionType
get

Definition at line 96 of file Tile_PC.cs.

97 {
98 get
99 {
100 short num = this.sTileHeader;
101 if (num != 0)
102 {
103 return 2;
104 }
105 if (num == 0)
106 {
107 }
108 ushort num2 = this.type;
109 ushort num3 = this.type;
110 return 1;
111 }
112 }
class f__AnonymousType0<< Count > j__TPar
short sTileHeader
Definition Tile_PC.cs:929