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

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

Definition at line 215 of file SmartCursorHelper.cs.

216 {
217 int num = 1;
218 if (num == 0)
219 {
220 }
221 Item item = providedInfo.item;
222 if (num != 0)
223 {
224 int reachableStartX = providedInfo.reachableStartX;
225 int reachableStartY = providedInfo.reachableStartY;
226 int reachableEndY = providedInfo.reachableEndY;
227 int reachableStartY2 = providedInfo.reachableStartY;
228 if (reachableStartY == 0)
229 {
230 }
231 Tile tile;
232 bool flag = tile.active();
233 return;
234 }
235 }
class f__AnonymousType0<< Count > j__TPar
static SmartCursorHelper.SmartCursorUsageInfo providedInfo

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