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

◆ Step_Platforms()

static void Terraria.GameContent.SmartCursorHelper.Step_Platforms ( SmartCursorHelper::SmartCursorUsageInfo providedInfo,
int focusedX,
int focusedY )
inlinestaticprivate

Definition at line 485 of file SmartCursorHelper.cs.

486 {
487 int createTile = providedInfo.item.createTile;
488 if (providedInfo.item.createTile != 0)
489 {
490 int screenTargetX = providedInfo.screenTargetX;
491 int reachableStartX = providedInfo.reachableStartX;
492 Tile tile;
493 bool flag = tile.active();
494 int screenTargetX2 = providedInfo.screenTargetX;
495 int reachableStartX2 = providedInfo.reachableStartX;
496 Tile tile2;
497 ushort type = tile2.type;
498 int reachableStartX3 = providedInfo.reachableStartX;
499 int reachableStartY = providedInfo.reachableStartY;
500 int reachableEndY = providedInfo.reachableEndY;
501 int reachableStartY2 = providedInfo.reachableStartY;
502 return;
503 }
504 }
class f__AnonymousType0<< Count > j__TPar
static SmartCursorHelper.SmartCursorUsageInfo providedInfo

References Terraria.Tile.active(), j__TPar, Terraria.GameContent.SmartCursorHelper.providedInfo, and Terraria.Tile.type.