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

◆ DrawStepDown

int Terraria.ObjectData.TileObjectData.DrawStepDown
getset

Definition at line 1297 of file TileObjectData.cs.

1298 {
1299 get
1300 {
1302 while (tileObjectDraw == null)
1303 {
1304 }
1305 return tileObjectDraw.stepDown;
1306 }
1307 set
1308 {
1311 if (!hasOwnTileObjectDraw)
1312 {
1313 int stepDown = tileObjectDraw.stepDown;
1314 int num = 1;
1315 this._hasOwnTileObjectDraw = num != 0;
1316 }
1317 if (this._linkedAlternates)
1318 {
1319 int size = this._alternates.data._size;
1320 int size2 = this._alternates.data._size;
1321 }
1322 }
1323 }
class f__AnonymousType0<< Count > j__TPar
TileObjectAlternatesModule _alternates