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

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

Definition at line 135 of file SmartCursorHelper.cs.

136 {
137 int createTile = providedInfo.item.createTile;
138 int screenTargetX = providedInfo.screenTargetX;
139 int reachableStartX = providedInfo.reachableStartX;
140 Tile tile;
141 bool flag = tile.active();
142 int screenTargetX2 = providedInfo.screenTargetX;
143 int reachableStartX2 = providedInfo.reachableStartX;
144 Tile tile2;
145 ushort type = tile2.type;
146 int reachableStartX3 = providedInfo.reachableStartX;
147 int reachableStartY = providedInfo.reachableStartY;
148 int reachableEndY = providedInfo.reachableEndY;
149 int reachableStartY2 = providedInfo.reachableStartY;
150 }
class f__AnonymousType0<< Count > j__TPar
static SmartCursorHelper.SmartCursorUsageInfo providedInfo

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