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_MulticolorWrench()

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

Definition at line 559 of file SmartCursorHelper.cs.

560 {
561 int type = providedInfo.item.type;
563 int screenTargetX = providedInfo.screenTargetX;
564 int reachableStartX = providedInfo.reachableStartX;
565 Tile tile;
566 bool flag = tile.wire();
567 int screenTargetX2 = providedInfo.screenTargetX;
568 int reachableStartX2 = providedInfo.reachableStartX;
569 Tile tile2;
570 bool flag2 = tile2.wire2();
571 int screenTargetX3 = providedInfo.screenTargetX;
572 int reachableStartX3 = providedInfo.reachableStartX;
573 Tile tile3;
574 bool flag3 = tile3.wire3();
575 int screenTargetX4 = providedInfo.screenTargetX;
576 int reachableStartX4 = providedInfo.reachableStartX;
577 Tile tile4;
578 bool flag4 = tile4.wire4();
580 int reachableStartX5 = providedInfo.reachableStartX;
581 int reachableStartY = providedInfo.reachableStartY;
582 int reachableEndY = providedInfo.reachableEndY;
583 int reachableStartY2 = providedInfo.reachableStartY;
584 }
class f__AnonymousType0<< Count > j__TPar
static SmartCursorHelper.SmartCursorUsageInfo providedInfo
static WiresUI.Settings.MultiToolMode ToolMode
Definition WiresUI.cs:72

References j__TPar, Terraria.GameContent.SmartCursorHelper.providedInfo, Terraria.GameContent.UI.WiresUI.Settings.ToolMode, Terraria.Tile.wire(), Terraria.Tile.wire2(), Terraria.Tile.wire3(), and Terraria.Tile.wire4().