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

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

Definition at line 238 of file SmartCursorHelper.cs.

239 {
240 int type = providedInfo.item.type;
241 if (providedInfo.paintLookup == 0 && providedInfo.paintCoatingLookup == 0)
242 {
243 return;
244 }
245 int paintLookup = providedInfo.paintLookup;
246 int reachableStartX = providedInfo.reachableStartX;
247 int reachableStartY = providedInfo.reachableStartY;
248 int reachableEndY = providedInfo.reachableEndY;
249 int reachableStartY2 = providedInfo.reachableStartY;
250 if (reachableStartY == 0)
251 {
252 }
253 Tile tile;
254 bool flag = tile.active();
255 if (paintLookup != 0)
256 {
257 return;
258 }
259 }
class f__AnonymousType0<< Count > j__TPar
static SmartCursorHelper.SmartCursorUsageInfo providedInfo

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