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

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

Definition at line 153 of file SmartCursorHelper.cs.

154 {
155 Item item = providedInfo.item;
156 int createTile = item.createTile;
157 int placeStyle = item.placeStyle;
158 long entityId = item.entityId;
159 int reachableStartX = providedInfo.reachableStartX;
160 int reachableStartY = providedInfo.reachableStartY;
161 int reachableEndY = providedInfo.reachableEndY;
162 int reachableStartY2 = providedInfo.reachableStartY;
163 if (reachableStartY == 0)
164 {
165 }
166 Tile tile;
167 bool flag = tile.active();
168 if (true)
169 {
170 return;
171 }
172 int reachableEndY2 = providedInfo.reachableEndY;
173 if (providedInfo.reachableEndX == 0)
174 {
175 }
176 if (reachableEndY2 == 0)
177 {
178 }
179 if (reachableEndY2 == 0)
180 {
181 }
182 float x = providedInfo.mouse.X;
183 float y = providedInfo.mouse.Y;
184 }
class f__AnonymousType0<< Count > j__TPar
static SmartCursorHelper.SmartCursorUsageInfo providedInfo

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